mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
tutor: fix location for init.vim file
This commit is contained in:
parent
0f9dea2a0e
commit
c3f95ade91
@ -883,8 +883,7 @@ Vim has many more features than Vi, but most of them are disabled by
|
||||
default. To start using more features you have to create a "vimrc" file.
|
||||
|
||||
1. Start editing the "vimrc" file. This depends on your system:
|
||||
`:e ~/.vimrc`{vim} for Unix-like systems
|
||||
`:e $VIM/_vimrc`{vim} for Microsoft Windows
|
||||
`:e ~/config/nvim/init.vim`{vim} for Unix-like systems
|
||||
|
||||
2. Now read the example "vimrc" file contents:
|
||||
`:r $VIMRUNTIME/vimrc_example.vim`{vim}
|
||||
|
Loading…
Reference in New Issue
Block a user