I install vim and edited _vimrc file , i coudn’t find any changes
it’s throwing PlugInstall is not an editor command error
is it correct path for _vimrc
$HOME/_vimrc and tried :PlugInstall
filetype off
set mouse=a
set clipboard=unnamed
set shellslash
set rtp+=~/vimfiles/bundle/Vundle.vim
call vundle#begin(‘~/vimfiles/bundle’)
” let Vundle manage Vundle, required
Plugin ‘VundleVim/Vundle.vim’
” All of your Plugins must be added before the following line
call vundle#end() ” required
filetype plugin indent on ” required
” To ignore plugin indent changes, instead use:
“filetype plugin on
”
” Brief help
” :PluginList – lists configured plugins
” :PluginInstall – installs plugins; append !
to update or just :PluginUpdate
” :PluginSearch foo – searches for foo; append !
to refresh local cache
” :PluginClean – confirms removal of unused plugins; append !
to auto-approve removal
”
” see :h vundle for more details or wiki for FAQ
” Put your non-Plugin stuff after this line
Nikhil Nallagoni is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.