mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +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.