From 138f6dcee7c1d853a7d0b92342b7f69549fd15ce Mon Sep 17 00:00:00 2001 From: James Dixon Date: Wed, 25 Nov 2020 21:15:42 -0500 Subject: [PATCH] remove polyglot --- files/vim/.vim/plugins.vim | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/files/vim/.vim/plugins.vim b/files/vim/.vim/plugins.vim index 4abc1a6..c424f6a 100644 --- a/files/vim/.vim/plugins.vim +++ b/files/vim/.vim/plugins.vim @@ -35,14 +35,12 @@ call plug#begin(pluginDir) Plug 'SirVer/ultisnips' Plug 'honza/vim-snippets' - " syntax and colorscheme packs + "syntax pack Plug 'flazz/vim-colorschemes' - Plug 'sheerun/vim-polyglot' - - " linting and lsp + "linting and lsp Plug 'w0rp/ale' - " extra language plugins + "extra language plugins "go Plug 'fatih/vim-go' "html @@ -50,7 +48,7 @@ call plug#begin(pluginDir) "markdown Plug 'plasticboy/vim-markdown' - " other useful things + "other useful things "editorconfig Plug 'editorconfig/editorconfig-vim' "browser/url opener