Added some TS plugins
This commit is contained in:
parent
9733df4146
commit
fbbb0e2cb8
1 changed files with 7 additions and 2 deletions
9
install
9
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue