Merge branch 'master' of gitee.com:klesh/dotfiles

This commit is contained in:
Klesh Wong 2020-11-17 20:20:06 +08:00
commit fbb4945ed1

View File

@ -116,6 +116,7 @@ if $VIM_MODE == 'enhanced'
Plug 'puremourning/vimspector'
Plug 'chrisbra/Colorizer'
Plug 'plasticboy/vim-markdown', { 'for': 'markdown' }
Plug 'cespare/vim-toml', { 'for': 'toml' }
else
Plug 'Vimjas/vim-python-pep8-indent', { 'for': 'python' }
endif