vim: disable automatically formatting on save
This commit is contained in:
parent
57b8cd268e
commit
4308ea3c73
|
@ -37,7 +37,7 @@ vim_configurable.customize {
|
|||
autocmd FileAppendPre * :call TrimWhiteSpace()
|
||||
autocmd FilterWritePre * :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
|
||||
" Light during the day, dark during the night
|
||||
|
|
Loading…
Reference in a new issue