2017-03-09 11:44:22 +03:00
2017-03-07 14:50:09 +03:00
2017-03-09 11:44:22 +03:00
2016-03-16 17:39:53 +03:00
2016-05-03 20:25:52 +03:00
2017-03-09 11:44:22 +03:00
2017-03-09 11:44:22 +03:00
2016-06-27 17:43:25 +03:00
2016-04-03 18:13:18 +03:00
2017-03-07 18:22:17 +03:00
2017-02-26 22:34:08 +03:00

neovim-gtk

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

Screenshot

Main Window

Font settings

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
Description
No description provided
Readme 2.5 MiB
Languages
Rust 99.1%
Vim script 0.5%
Makefile 0.3%
desktop 0.1%