mirror of
https://github.com/neovim/neovim.git
synced 2025-11-09 12:05:14 +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.
|
" 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)
|
||||||
|
|||||||
Reference in New Issue
Block a user