diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-09-04 16:41:35 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:30 +0100 |
commit | ac97ff6b0b48455e1f39b063689cfdac46a0c8c6 (patch) | |
tree | bfd140ee0f51fa0de0039d70cfe174d12ca59aca | |
parent | 6ed105bc1a12ac8212364c97389c83e005f4cd56 (diff) | |
download | dotnvim-ac97ff6b0b48455e1f39b063689cfdac46a0c8c6.tar.gz dotnvim-ac97ff6b0b48455e1f39b063689cfdac46a0c8c6.zip |
Autoformat Haskell as well
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ set laststatus=2 "" vim-autoformat (C-F5) noremap <F29> :Autoformat<CR> -au BufWrite *.py,*.c,*.h,*.cpp :Autoformat +au BufWrite *.py,*.c,*.h,*.cpp,*.hs :Autoformat " enable omnicompletion set omnifunc=syntaxcomplete#Complete |