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 " Load all packages and activate tags
" "
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
packadd! vim-polyglot
packadd! vim-log-highlighting packadd! vim-log-highlighting
packloadall packloadall
" Load all of the helptags now, after plugins have been loaded. " Load all of the helptags now, after plugins have been loaded.