add polyglot for multi language syntax

This commit is contained in:
Jidbo 2019-01-19 00:05:19 +01:00
parent f7855ac589
commit 3ec0d0c922

3
.vimrc
View file

@ -44,6 +44,9 @@ Plugin 'vim-airline/vim-airline-themes'
" vim ale for interaction with language servers
Plugin 'w0rp/ale'
" language packs
Plugin 'sheerun/vim-polyglot'
" latex
Plugin 'lervag/vimtex'