Add tool, autoformat config

This commit is contained in:
Thomas Gideon 2018-12-15 13:59:19 -05:00
parent c496008b90
commit 4a06bf7836
2 changed files with 2 additions and 1 deletions

1
ftplugin/typescript.vim Normal file
View file

@ -0,0 +1 @@
au BufWrite * :Autoformat

View file

@ -50,7 +50,7 @@ Plug 'roxma/nvim-completion-manager'
" Plug cannot actually install this colorscheme, clone and link autoload and
" colors manually
"Plug 'fneu/breezy'
" run npm i -g typescript tslint so that these plugins have the tools they need
" run npm i -g typescript tslint typescript-formatter so that these plugins have the tools they need
" typescript syntax support and other settings
Plug 'leafgarland/typescript-vim'
" plug into tsserver