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:
parent
f2126b2f3e
commit
542efdf30b
1 changed files with 4 additions and 6 deletions
10
install
10
install
|
@ -83,15 +83,13 @@ VIMPLUGS=(
|
|||
"dense-analysis/ale"
|
||||
"editorconfig/editorconfig-vim"
|
||||
|
||||
# TypeScript
|
||||
"leafgarland/typescript-vim"
|
||||
"Quramy/tsuquyomi"
|
||||
|
||||
# Hoping vim-polyglot deprecates the need for these
|
||||
# "jelera/vim-javascript-syntax"
|
||||
# "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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue