vim: remove polyglot, it broke YAML highlighting

This commit is contained in:
Johannes Rothe 2021-08-27 02:26:32 +02:00
parent efb90a6689
commit 49addc6241

View File

@ -29,8 +29,7 @@ Plug 'psf/black'
" Themes " Themes
Plug 'sainnhe/sonokai' Plug 'sainnhe/sonokai'
" Language specific " Language specific
Plug 'sheerun/vim-polyglot' Plug 'vim-python/python-syntax'
"Plug 'vim-python/python-syntax'
call plug#end() call plug#end()
" Theme " Theme