Answers for "vim plug pluginstall not an editor command"

3

how to setup vim plugins

$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
  https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Posted by: Guest on May-14-2020
0

vim plug not working

Make sure plug.vim file is located in ~/.vim/autoload directory.
You are not supposed to copy/paste the whole example to your .vimrc. It's just some examples to show the syntax of vim-plug.
Does :call plug#begin('~/.vim/plugged') give you an error?

# Credit to: https://github.com/junegunn
Posted by: Guest on July-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language