diff --git a/.vimrc b/.vimrc index 72a501d..547765c 100644 --- a/.vimrc +++ b/.vimrc @@ -70,8 +70,6 @@ endif " ...one step above 'nocompatible' mode: a universal set of defaults that (hopefully) everyone can agree on. Plug 'tpope/vim-sensible' -" Syntax highlights for multiple languages -Plug 'sheerun/vim-polyglot' " Syntax highlights for markdown Plug 'tpope/vim-markdown' @@ -89,6 +87,9 @@ Plug 'tpope/vim-fugitive' " Linter Plug 'dense-analysis/ale' +" Syntax highlights for multiple languages +"Plug 'sheerun/vim-polyglot' + call plug#end() " ---------------------------------------------------------------------------------------------------------------------