From 542efdf30b219dd9af5622ff9cbdbb7edf195761 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sun, 23 Feb 2020 13:26:36 -0600 Subject: [PATCH] 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. --- install | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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