mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
vimrc_example.vim: Update vimrc path. #4203
This commit is contained in:
committed by
Justin M. Keyes
parent
f8f92a2360
commit
392964617a
@@ -1,8 +1,8 @@
|
||||
" An example for a vimrc file.
|
||||
"
|
||||
" To use it, copy it to
|
||||
" for Unix: ~/.vimrc
|
||||
" for Windows: $VIM\_vimrc
|
||||
" for Unix: $HOME/.config/nvim/init.vim
|
||||
" for Windows: %LOCALAPPDATA%\nvim\init.vim
|
||||
|
||||
set backup " keep a backup file (restore to previous version)
|
||||
set undofile " keep an undo file (undo changes after closing)
|
||||
|
||||
Reference in New Issue
Block a user