neovim-gtk/README.md

9 lines
173 B
Markdown
Raw Normal View History

2016-06-27 14:48:00 +00:00
# neovim-gtk
2017-03-06 21:05:48 +00:00
GTK ui for neovim written in rust using gtk-rs bindings.
## Font settings
To setup font call:
```
call rpcnotify(1, 'Gui', 'Font', 'DejaVu Sans Mono 12')
```