mirror of
https://github.com/junegunn/vim-plug.git
synced 2026-09-10 07:16:19 -04:00
Fix installation instruction for Neovim (#881)
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue