Header of plug.neovim tuned to neovim
It tells about the different file location for the plugins. And less confusing due no 'vim' references.
This commit is contained in:
parent
56e4988a3c
commit
19caab48ca
10
plug.neovim
10
plug.neovim
|
@ -1,14 +1,14 @@
|
|||
" vim-plug: Vim plugin manager
|
||||
" ============================
|
||||
"
|
||||
" Download plug.vim and put it in ~/.vim/autoload
|
||||
" Download plug.neovim and put it in ~/.local/share/nvim/site/autoload/ as plug.vim
|
||||
"
|
||||
" curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||
" https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
" curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
|
||||
" https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.neovim
|
||||
"
|
||||
" Edit your .vimrc
|
||||
" Edit your ~/.config/nvim/init.vim so it contains something like
|
||||
"
|
||||
" call plug#begin('~/.vim/plugged')
|
||||
" call plug#begin('~/.config/nvim/plugged')
|
||||
"
|
||||
" " Make sure you use single quotes
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user