Closed owencraston closed 6 years ago
ln
command)call plug#begin
to call plug#begin('~/.config/nvim/plugged')
PlugInstall
Many thanks, It works for me.
It still doesn't work. And i can't find the nvim folder in .config
you need to create a ~/.config/nvim/ folder by yourself.
Still says the same problem E492: Not an editor command: PlugInstall
Still says the same problem E492: Not an editor command: PlugInstall
Hey body, check this out : https://github.com/junegunn/vim-plug I didn't read this completely but it seems to be the answer
Stuck exactly here. Followed official instructions. Tried changing the path. Doesn't work -- help appreciated.
Me as well. Stuck here. Tried changing the path to the path which contains the plug.vim file. Doesn't work --help appreciated.
Problem
I am getting the error
Not an editor command: PlugInstall
after trying to configurevim-plug
with neovim.I have followed the instructions but still seem to be getting the error.
Steps I have taken so far
I installed [neovim] (https://github.com/neovim/neovim/wiki/Installing-Neovim) using
brew install neovim
and it was successful.I use a
dotfiles
directory to manage my configs and so I set up a symbolic link between the file~/dotfiles/nvimrc
and~/.config/nvim/init.vim
.Install
vim-plug
using the following commandpopulate my
init.vim
or in my casenvimrc
with the following" Make sure you use single quotes
" Shorthand notation; fetches https://github.com/junegunn/vim-easy-align Plug 'junegunn/vim-easy-align'
" Any valid git URL is allowed Plug 'https://github.com/junegunn/vim-github-dashboard.git'
" Initialize plugin system call plug#end()