Go to file
daa 975d0e5f83 Update application name 2017-03-19 16:51:27 +03:00
flatpak@97f5f0dc44 Add flatpak submodule 2017-03-19 02:23:44 +03:00
screenshots Update screenshot 2017-03-09 23:48:41 +03:00
src Update application name 2017-03-19 16:51:27 +03:00
.gitignore Initial gtk ui 2016-03-16 17:39:53 +03:00
.gitmodules Add flatpak submodule 2017-03-19 02:23:44 +03:00
Cargo.lock Changes due to api update of neovim-lib 2017-03-11 23:06:45 +03:00
Cargo.toml Changes due to api update of neovim-lib 2017-03-11 23:06:45 +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 Update README.md 2017-03-12 22:56:55 +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.

Screenshot

Main Window

Font settings

By default gnome settings are used:

gsettings get org.gnome.desktop.interface monospace-font-name

To setup font add next line to ginit.vim

call rpcnotify(1, 'Gui', 'Font', 'DejaVu Sans Mono 12')

Command line

As this project uses gtk-rs, custom option by GtkApplication not supported yet. There is workaround to pass nvim execution path.

cargo run -- --nvim-bin-path=E:\Neovim\bin\nvim.exe