polyglot is loaded before anything else

This commit is contained in:
Stefan Friese 2023-07-28 13:33:15 +02:00
parent 1c4f5ed70d
commit a2c601ab31
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ autocmd InsertLeave *.{json} set conceallevel=2
" Load all packages and activate tags
"
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
packadd! vim-polyglot
packadd! vim-log-highlighting
packloadall
" Load all of the helptags now, after plugins have been loaded.