Replace autoformat and prettier with neoformat

This commit is contained in:
Thomas Gideon 2022-07-26 13:52:56 -04:00
parent 671dbd3bf9
commit 151a65cf23
4 changed files with 3 additions and 59 deletions

View file

@ -1,4 +1,5 @@
au BufWrite * :Autoformat
autocmd BufWritePre *.ts Neoformat
let g:neoformat_try_node_exe = 1
setlocal sw=2 ts=2
setlocal fdm=indent
setlocal smartindent