From 19caab48ca0d714887b641e2e59a45989d668b0f Mon Sep 17 00:00:00 2001 From: Geert Stappers Date: Thu, 3 Jan 2019 15:54:21 +0100 Subject: [PATCH] Header of plug.neovim tuned to neovim It tells about the different file location for the plugins. And less confusing due no 'vim' references. --- plug.neovim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plug.neovim b/plug.neovim index 4e05630..53d0545 100644 --- a/plug.neovim +++ b/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 "