Fix installation instruction for Neovim (#881)

Junegunn Choi 2019-09-14 00:40:52 +09:00
parent 7fca596757
commit b737b1abc2

@ -45,7 +45,7 @@ Installing plugins
With vim-plug, you declare the list of plugins you want to use in your
Vim configuration file. It's `~/.vimrc` for ordinary Vim, and
`~/.local/share/nvim/site/autoload/plug.vim` for Neovim. The list should start with
`~/.config/nvim/init.vim` for Neovim. The list should start with
`call plug#begin(PLUGIN_DIRECTORY)` and end with `call plug#end()`.
```vim