mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-10-15 02:05:35 +08:00
Neovim: fix sample command line
The source path is relative to the target. Closes https://github.com/mhinz/vim-galore/pull/90
This commit is contained in:
@@ -50,7 +50,7 @@ If you want to share your vimrc with Neovim, you can easily do that like this
|
|||||||
```sh
|
```sh
|
||||||
$ cd
|
$ cd
|
||||||
$ mkdir -p .config
|
$ mkdir -p .config
|
||||||
$ ln -s .vim .config/nvim
|
$ ln -s ../.vim .config/nvim
|
||||||
$ cd .vim
|
$ cd .vim
|
||||||
$ ln -s vimrc init.vim
|
$ ln -s vimrc init.vim
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user