diff --git a/install b/install index e585fc9..6d245ad 100755 --- a/install +++ b/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