mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00

"vimrc" refers to all files that are used to configure Neovim. The main configuration file is init.vim nowadays. All nvimrc references that are left refer to a local ".nvimrc" which is read if 'exrc' is set. ".ngvimrc" references were completely wiped. Closes #3552.