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