feat(vim): drop context.vim

Really thought I wanted this, but once I got it, I realized I was
mistaken. Seemed to lag vim a bit, and as mentioned, just didn't really
feel like I needed this once I had it.
This commit is contained in:
Josh Sherman 2020-02-04 22:33:52 -06:00
parent db4effff2b
commit 9b1b67ac41
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -83,17 +83,11 @@ VIMPLUGS=(
"dense-analysis/ale"
"editorconfig/editorconfig-vim"
# All the rest
"wellle/context.vim"
# Hoping vim-polyglot deprecates the need for these
# "jelera/vim-javascript-syntax"
# "Quramy/vim-js-pretty-template"
# "leafgarland/typescript-vim"
# Shouldn't need this as it's already included by vim-polyglot
# "StanAngeloff/php.vim"
# Not sure I need this as I wasn't utilizing anything from it directly. If I
# am noticing a difference without it, I'll want to revisit the plugin and
# actually learn how to use the hell out of it.