vimrc/ftplugin/typescript.vim

7 lines
142 B
VimL
Raw Normal View History

autocmd BufWritePre *.ts Neoformat
let g:neoformat_try_node_exe = 1
2021-12-28 21:20:46 +00:00
setlocal sw=2 ts=2
setlocal fdm=indent
setlocal smartindent
setlocal list