vimrc/ftplugin/typescript.vim

6 lines
107 B
VimL
Raw Normal View History

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