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:
Kuang-che Wu 2016-06-29 23:36:45 +08:00 committed by Marco Hinz
parent 3f045454bc
commit 7a2b990079

View File

@ -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
``` ```