diff options
| author | Ahmed Abdelhalim <[email protected]> | 2018-04-19 15:39:54 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2018-04-19 15:42:25 +0200 |
| commit | 0a8ef38561df6065ceaa81358bd3a37cc1fc6aff (patch) | |
| tree | d603e934027e7bcf98f1b6abaf77100a1d8a33d0 /.vimrc | |
| parent | b1f8b8a1f0d080599220e667f0adaed1e4694058 (diff) | |
Add typescript support to vim
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ Plug 'mhinz/vim-startify' Plug 'posva/vim-vue', { 'for': ['js', 'vue'] } Plug 'slim-template/vim-slim', { 'for': 'slim' } Plug 'chr4/nginx.vim', { 'for': 'nginx' } +Plug 'leafgarland/typescript-vim', { 'for': 'typescript' } call plug#end() syntax on filetype plugin indent on |
