mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-09 20:13:51 -05:00
Add TypeScript support
This commit is contained in:
8
ftplugin/typescript.vim
Normal file
8
ftplugin/typescript.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
compiler typescript
|
||||
|
||||
setlocal autoindent
|
||||
setlocal cindent
|
||||
setlocal smartindent
|
||||
setlocal indentexpr&
|
||||
|
||||
setlocal commentstring=//\ %s
|
||||
Reference in New Issue
Block a user