feat(vim): re-enable tsuquyomi

Noticing that linting is slower than I remember in TypeScript files,
re-enabling to see if this takes care of it.
This commit is contained in:
Josh Sherman 2020-02-10 22:29:43 -06:00
parent 70dfbb6d9e
commit 3dde826e69
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -91,7 +91,7 @@ VIMPLUGS=(
# 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.
# "Quramy/tsuquyomi"
"Quramy/tsuquyomi"
)
for INDEX in ${!VIMPLUGS[*]}; do