From 6a51a480320980916aae0edcb61df8c1daba23da Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 26 Feb 2019 11:31:51 +0100 Subject: [PATCH] Install typescript highlighting Signed-off-by: Knut Ahlers --- vimrc | 7 +++++++ 1 file changed, 7 insertions(+) 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 "