vim: disable automatically formatting on save

This commit is contained in:
Craige McWhirter 2021-03-19 15:27:31 +10:00
parent 57b8cd268e
commit 4308ea3c73
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -37,7 +37,7 @@ vim_configurable.customize {
autocmd FileAppendPre * :call TrimWhiteSpace() autocmd FileAppendPre * :call TrimWhiteSpace()
autocmd FilterWritePre * :call TrimWhiteSpace() autocmd FilterWritePre * :call TrimWhiteSpace()
autocmd BufWritePre * :call TrimWhiteSpace() autocmd BufWritePre * :call TrimWhiteSpace()
autocmd BufWrite * :Autoformat "autocmd BufWrite * :Autoformat
" FIXME: Currently always set to dark due to issues with Termonad Solarized theme " FIXME: Currently always set to dark due to issues with Termonad Solarized theme
" Light during the day, dark during the night " Light during the day, dark during the night