是什么 ? | : | a solid language pack for Vim. |
开发语言 | : | VimL |
源码仓库 | : | https://github.com/sheerun/vim-polyglot |
step1、在~/.vimrc
中的call plug#begin()
和call plug#end()
之间的行中加入如下配置
Plug 'sheerun/vim-polyglot'
w
source %
PlugInstall
vim-polyglot
几乎不需要你配置什么,它会根据文件类型智能加载需要的插件。