vim-polyglot/ftplugin/typescript.vim

11 lines
151 B
VimL
Raw Normal View History

2013-09-26 06:41:08 -04:00
compiler typescript
setlocal autoindent
setlocal smartindent
setlocal indentexpr&
2013-11-02 18:27:57 -04:00
setlocal cindent
setlocal cino=j1J1
2013-09-26 06:41:08 -04:00
setlocal commentstring=//\ %s