daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
717 stars 56 forks source link

GUI configuration as in Neovim Qt #5

Closed msehnout closed 7 years ago

msehnout commented 7 years ago

I'm using Neovim Qt as my primary editor, but I'd like to try neovim-gtk as well, but the configuration file is not compatible (I have to move the config file every time I want to try gtk and then move it back). What about using the same configuration syntax, so it can be used side-by-side?

https://github.com/equalsraf/neovim-qt/blob/master/src/gui/runtime/plugin/nvim_gui_shim.vim

daa84 commented 7 years ago

Ok, it's good idea i think, but i don't want to implement all this commands, maybe only map GuiFont and leave all over commands empty to make it compatible with neovim-qt? Is any other useful command here?

msehnout commented 7 years ago

Not sure. I use just the font. It depends how you plan to implement it.

msehnout commented 7 years ago

Thanks, it works fine now. 👍

daa84 commented 7 years ago

Only GuiFont command implemented, also g:GtkGuiLoaded falg added, so it is possible to test in config if nvim-gtk is running. Thanks for report