vim-polyglot
1.1、vim-polyglot简介
是什么 ?:a solid language pack for Vim.
开发语言:VimL
源码仓库:https://github.com/sheerun/vim-polyglot
1.2、通过vim-plug安装vim-polyglot

step1、在~/.vimrc中的call plug#begin()call plug#end()之间的行中加入如下配置

Plug 'sheerun/vim-polyglot'

step2、在Vim底行模式下依次执行如下3个命令

w
source %
PlugInstall
1.3、vim-polyglot的使用

vim-polyglot几乎不需要你配置什么,它会根据文件类型智能加载需要的插件。