jeanguyomarch / eovim

The Enlightened Neovim
https://github.com/jeanguyomarch/eovim/wiki
MIT License
193 stars 3 forks source link

How to set nvim related options at startup? #31

Closed dav2017 closed 6 years ago

dav2017 commented 6 years ago

Hi,

I just installed eovim, and have a few questions about nvim options like colorscheme or mouse. E.g., I tried writing: colorscheme desert set mouse=a in ~/.config/nvim/eovimrc.vim but it nothing happens (they are also in ginit.vim, which I am using for the qt interface to neovim). They work if I type them directly from eovim. Thanks for help,

Davide

jeanguyomarch commented 6 years ago

Hi,

oops. my mistake. the README has an infortunate typo. The vim file should be ~/.config/nvim/eovimrc.nvim. Thanks for the report!!

FYI, ginit.vim is not sourced.

jeanguyomarch commented 6 years ago

Hi,

oops. my mistake. the README has an infortunate typo. The vim file should be ~/.config/nvim/eovimrc.nvim. Thanks for the report!! I'll update the README.

FYI, ginit.vim is not sourced.

dav2017 commented 6 years ago

Thanks, so it works.