Brought back typescript-vim

Been noticing some peculiar issues with saving TypeScript files. Only
thing that's seemingly changed is which syntax stuff I'm using. Also
noticed that `vim-polyglot` uses a TypeScript project with way less
stars than the one I was using previously.
This commit is contained in:
Josh Sherman 2020-02-23 13:26:36 -06:00
parent f2126b2f3e
commit 542efdf30b
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

10
install
View file

@ -83,15 +83,13 @@ VIMPLUGS=(
"dense-analysis/ale" "dense-analysis/ale"
"editorconfig/editorconfig-vim" "editorconfig/editorconfig-vim"
# TypeScript
"leafgarland/typescript-vim"
"Quramy/tsuquyomi"
# Hoping vim-polyglot deprecates the need for these # Hoping vim-polyglot deprecates the need for these
# "jelera/vim-javascript-syntax" # "jelera/vim-javascript-syntax"
# "Quramy/vim-js-pretty-template" # "Quramy/vim-js-pretty-template"
# "leafgarland/typescript-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.
"Quramy/tsuquyomi"
) )
for INDEX in ${!VIMPLUGS[*]}; do for INDEX in ${!VIMPLUGS[*]}; do