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:
Geert Stappers 2019-01-03 15:54:21 +01:00
parent 56e4988a3c
commit 19caab48ca

View File

@ -1,14 +1,14 @@
" vim-plug: Vim plugin manager " 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 \ " curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
" https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim " 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 " " Make sure you use single quotes
" "