Categories
Trouble saving .vimrc settings for neovim on Linux?
Why, when I save the .vimrc settings file, then when I go to neovim, they are reset, I have to write source ~/.vimrc every time , what should I do to save the settings?
Answer the question
In order to leave comments, you need to log in
in nvim the config is stored elsewhere ~/.config/init.vim you can create a link
ln -s ~/.vim ~/.config/nvim ln -s ~/.vimrc ~/.config/nvim/init.vim
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question