ubuntu16.04 vim :PlugInstall 为什么会抛出错误E492: Not an editor command: PluginInstall?
·
https://github.com/VundleVim/Vundle.vim
Vundle的安装:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
~/.vimrc文件中也添加如下命令:
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
"Plugs下面加入你需要的vim-plug
Plugin 'vim-airline/vim-airline'
call vundle#end()
filetype plugin indent on
Launch vim
and run :PluginInstall
更多推荐
已为社区贡献4条内容
所有评论(0)