1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Typescript syntax highlighting

This commit is contained in:
2018-01-12 12:39:18 +01:00
parent 4710e5e733
commit ca9074fb4c

4
.vimrc
View File

@@ -127,6 +127,10 @@ Plugin 'jamessan/vim-gnupg'
" can handle embedded syntax.
Plugin 'tomtom/tcomment_vim'
" Typescript syntax file and more
Plugin 'leafgarland/typescript-vim'
autocmd BufNewFile,BufRead *.ts setlocal filetype=typescript
" Automatically insert matching close bracket where it belongs
"Plugin 'seletskiy/vim-autosurround'
"inoremap ( (<C-O>:call AutoSurround(")")<CR>