Skip to main content
added 214 characters in body
Source Link
Kusalananda
  • 355.8k
  • 42
  • 735
  • 1.1k

The NeoVim editor uses ~/.config/nvim/init.vim.

See the vimrc-intro section in the NeoVim manual.

You could also set VIMINIT to the Ex command so ~/.vimrc to force the sourcing of the ~/.vimrc file, as described in the $MYVIMRC section.

The NeoVim editor uses ~/.config/nvim/init.vim.

See the vimrc-intro section in the NeoVim manual.

The NeoVim editor uses ~/.config/nvim/init.vim.

See the vimrc-intro section in the NeoVim manual.

You could also set VIMINIT to the Ex command so ~/.vimrc to force the sourcing of the ~/.vimrc file, as described in the $MYVIMRC section.

Source Link
Kusalananda
  • 355.8k
  • 42
  • 735
  • 1.1k

The NeoVim editor uses ~/.config/nvim/init.vim.

See the vimrc-intro section in the NeoVim manual.