Skip to content
kamly edited this page Mar 23, 2018 · 2 revisions

使用

安装 vim 插件

命令

cd vim/

./vim.sh <options...> <software>  
options:    
          -s           指定插件安装
          -v           指定插件不安装
          -all         全部安装
software:
        Syntastic
        SimpylFold
        NERDTree
        AirLine
        Taglist
        Theme

例子:
./vim.sh -s Syntastic NERDTree
./vim.sh -v Syntastic Theme
./vim.sh -all
./vim.sh -menu

截图

最终效果

Clone this wiki locally