Add more ts support

This commit is contained in:
Thomas Gideon 2018-12-15 13:52:31 -05:00
parent e165717ae6
commit c496008b90

View file

@ -55,6 +55,10 @@ Plug 'roxma/nvim-completion-manager'
Plug 'leafgarland/typescript-vim'
" plug into tsserver
Plug 'Quramy/tsuquyomi'
" Smart indenting for JS and TS
Plug 'jason0x43/vim-js-indent'
" Installs and builds vimproc (required to launch tsserver)
Plug 'Shougo/vimproc.vim', {'do': 'make'}
" All of your Plugins must be added before the following line
call plug#end() " required