[feature] toml support

This commit is contained in:
Klesh Wong 2020-11-17 20:17:19 +08:00
parent ebb9d37357
commit e5af9f3372

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