Add tool, autoformat config
This commit is contained in:
parent
c496008b90
commit
4a06bf7836
2 changed files with 2 additions and 1 deletions
1
ftplugin/typescript.vim
Normal file
1
ftplugin/typescript.vim
Normal file
|
@ -0,0 +1 @@
|
|||
au BufWrite * :Autoformat
|
2
plug.vim
2
plug.vim
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue