From fbbb0e2cb8e2738725717c5ac4f4da9d887ac339 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Thu, 17 Oct 2019 15:25:31 -0500 Subject: [PATCH] Added some TS plugins --- install | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/install b/install index 40ae7a1..6b25656 100755 --- a/install +++ b/install @@ -71,13 +71,18 @@ done VIMPLUGS=( "w0rp/ale" - "editorconfig/editorconfig-vim" "junegunn/fzf.vim" + # "zxqfl/tabnine-vim" + + "editorconfig/editorconfig-vim" "sheerun/vim-polyglot" "jelera/vim-javascript-syntax" "Quramy/vim-js-pretty-template" "StanAngeloff/php.vim" - # "zxqfl/tabnine-vim" + + # TypeScript + "leafgarland/typescript-vim" + "Quramy/tsuquyomi" ) for INDEX in ${!VIMPLUGS[*]}; do