diff --git a/profiles/vim.nix b/profiles/vim.nix index 120445e..838467e 100644 --- a/profiles/vim.nix +++ b/profiles/vim.nix @@ -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