Go to file
daa a9adeb648f Merge branch 'master' of https://github.com/daa84/neovim-gtk 2017-03-07 13:52:56 +03:00
src Make save button work 2017-03-07 13:52:01 +03:00
.gitignore Initial gtk ui 2016-03-16 17:39:53 +03:00
Cargo.lock Use GtkApplication 2017-03-06 16:58:10 +03:00
Cargo.toml Use GtkApplication 2017-03-06 16:58:10 +03:00
LICENSE Initial commit 2016-06-27 17:43:25 +03:00
Makefile Implement scroll 2016-04-03 18:13:18 +03:00
README.md Merge branch 'master' of https://github.com/daa84/neovim-gtk 2017-03-07 13:52:56 +03:00
build.rs Add cursor 2016-05-03 20:25:52 +03:00
rustfmt.toml rustfmt.toml 2017-02-26 22:34:08 +03:00

README.md

neovim-gtk

GTK ui for neovim written in rust using gtk-rs bindings.

Font settings

<<<<<<< HEAD To setup font add next line to ginit.vim

=======
To setup font call:
```vim
>>>>>>> ebade2ecf3c7b66d4bdbd7f833ad2a40de19e292
call rpcnotify(1, 'Gui', 'Font', 'DejaVu Sans Mono 12')