vim-polyglot/ftplugin/typescript.vim

11 lines
151 B
VimL
Raw Normal View History

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