daa84 / neovim-gtk

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

Neovim config not loaded #4

Closed streichgeorg closed 7 years ago

streichgeorg commented 7 years ago

My init.vim is located at /home/computer/.config/nvim. Keymappings and theme don't get loaded when running with cargo run --release. OS is Ubuntu 16.04.

Edit: Some keymappings actually work, but those with <F1>, <F2> etc. don't work.

daa84 commented 7 years ago

Does it mean init.vim loaded? Only some keymappings does not work? please provide not working keymap examples. Maybe there is some problem with input processing.

streichgeorg commented 7 years ago

I'm sorry, I should have done some more research before posting here. My init.vim was actually loaded, it was just some mappings not working and my theme not being displayed. Anyways the mappings are fixed now so thank you for this.

daa84 commented 7 years ago

Ok, then i close this issue. Thanks for report.

About theme issue, if it mapped to gui like has("gui_running") it will not work. To set colorscheme only for gui mode please use ginit.vim. Or maybe this is some theme problem.