mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
Typescript syntax highlighting
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user