Mercurial > ec-dotfiles
comparison rc/vimrc @ 624:ab58f083b2bf
Indent 2 for typescripts
author | nanaya <me@nanaya.pro> |
---|---|
date | Thu, 23 May 2019 10:38:50 +0900 |
parents | 1002aff7e865 |
children | ffc095d36df2 |
comparison
equal
deleted
inserted
replaced
623:0f0bdbd8d37d | 624:ab58f083b2bf |
---|---|
132 autocmd FileType scss call In2() | 132 autocmd FileType scss call In2() |
133 autocmd FileType less call In2() | 133 autocmd FileType less call In2() |
134 autocmd FileType yaml call In2() | 134 autocmd FileType yaml call In2() |
135 autocmd FileType json call In2() | 135 autocmd FileType json call In2() |
136 autocmd FileType javascript call In2() | 136 autocmd FileType javascript call In2() |
137 autocmd FileType typescript call In2() | |
137 autocmd FileType nginx setlocal commentstring=#\ %s | 138 autocmd FileType nginx setlocal commentstring=#\ %s |
138 autocmd FileType nginx setlocal iskeyword& | 139 autocmd FileType nginx setlocal iskeyword& |
139 endif | 140 endif |
140 | 141 |
141 if has('autocmd') | 142 if has('autocmd') |