diff options
Diffstat (limited to 'ftplugin/haskell.vim')
-rw-r--r-- | ftplugin/haskell.vim | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ftplugin/haskell.vim b/ftplugin/haskell.vim index d393a45..6dad6bc 100644 --- a/ftplugin/haskell.vim +++ b/ftplugin/haskell.vim @@ -8,9 +8,3 @@ setlocal shiftwidth=4 setlocal textwidth=80 - - -" Don't preserve indentation on empty lines -inoremap <buffer> <CR> <CR> -nnoremap <buffer> o o -nnoremap <buffer> O O |