mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +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:
parent
3f045454bc
commit
7a2b990079
@ -50,7 +50,7 @@ If you want to share your vimrc with Neovim, you can easily do that like this
|
||||
```sh
|
||||
$ cd
|
||||
$ mkdir -p .config
|
||||
$ ln -s .vim .config/nvim
|
||||
$ ln -s ../.vim .config/nvim
|
||||
$ cd .vim
|
||||
$ ln -s vimrc init.vim
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user