diff --git a/vimrc b/vimrc index a8f32eb..0c5054b 100644 --- a/vimrc +++ b/vimrc @@ -34,6 +34,7 @@ Plug 'cespare/vim-toml' Plug 'fatih/vim-hclfmt' Plug 'b4b4r07/vim-hcl' Plug 'posva/vim-vue' +Plug 'leafgarland/typescript-vim' call plug#end() @@ -1015,6 +1016,12 @@ let g:formatters_vue = ['eslint_local'] au FileType python,javascript,vue au BufWritePre :Autoformat au FileType sh,zsh au BufWritePre :call SHFmt() +" +" typescript-vim configuration +" + +let g:typescript_indent_disable = 1 + " " Custom commands "