From 2b9da46949c7a7febd94813ec21794c0394010ff Mon Sep 17 00:00:00 2001 From: "phansible (ph-awx)" Date: Fri, 23 Oct 2020 13:20:55 -0400 Subject: [PATCH] Removed plugin "Plug 'sheerun/vim-polyglot' (causing errors) --- .vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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() " ---------------------------------------------------------------------------------------------------------------------