Skip to content

Nymphium/nyaovim-dynfont

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nyaovim-dynfont

Nyaovim plugin to change font size dynamically

install

Use NeoBundle, Deine or something Vim plugin manager or put this repository on appropriate directory.

Next, add following line to nyaovimrc.html

<neovim-editor id="nyaovim-editor"
...
</neovim-editor>
<nyaovim-font/>

usage

ChangeNyaovimFontSize <arg>

Set nyaovim fontsize to <arg> px; set g:nyaovim_font_size to <arg>

Instead of changing fontsize by font-size property of neovim-editor tag, use ChangeNyaovimFontSize [[size]] so g:nyaovim_font_size is initialized.

IncrNyaovimFontSize

Increment fontsize; increment g:nyaovim_font_size

DecrNyaovimFontSize

Decrement fontsize; decrement g:nyaovim_font_size

LICENSE

MIT

About

Nyaovim plugin for dynamically change font size

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published