# neovim-gtk GTK ui for neovim written in rust using gtk-rs bindings. # Screenshot ![Main Window](/screenshots/neovimgtk-screen.png?raw=true) # Font settings To setup font add next line to *ginit.vim* ```vim call rpcnotify(1, 'Gui', 'Font', 'DejaVu Sans Mono 12') ```