remove polyglot

This commit is contained in:
James Dixon 2020-11-25 21:15:42 -05:00
parent 10b16ba24e
commit 138f6dcee7

View File

@ -35,14 +35,12 @@ call plug#begin(pluginDir)
Plug 'SirVer/ultisnips' Plug 'SirVer/ultisnips'
Plug 'honza/vim-snippets' Plug 'honza/vim-snippets'
" syntax and colorscheme packs "syntax pack
Plug 'flazz/vim-colorschemes' Plug 'flazz/vim-colorschemes'
Plug 'sheerun/vim-polyglot' "linting and lsp
" linting and lsp
Plug 'w0rp/ale' Plug 'w0rp/ale'
" extra language plugins "extra language plugins
"go "go
Plug 'fatih/vim-go' Plug 'fatih/vim-go'
"html "html
@ -50,7 +48,7 @@ call plug#begin(pluginDir)
"markdown "markdown
Plug 'plasticboy/vim-markdown' Plug 'plasticboy/vim-markdown'
" other useful things "other useful things
"editorconfig "editorconfig
Plug 'editorconfig/editorconfig-vim' Plug 'editorconfig/editorconfig-vim'
"browser/url opener "browser/url opener