Unfortunately, the one Haskell indent script I found (by motemen) breaks when it comes to Haddock comments:
-- |Docline 1, lorem ipsum<CR>
-- Docline 2
^^^^ - an autoindent here, wtf
Would anyone happen to know about a better alternative?
|
Unfortunately, the one Haskell indent script I found (by motemen) breaks when it comes to Haddock comments:
Would anyone happen to know about a better alternative? |
|||
|
|
|
Okay, so after even more googling, I found this indent script: https://github.com/kana/vim-filetype-haskell/blob/master/indent/haskell.vim It seems to work almost perfectly (ignores |
|||
|
|
|
I've no problems with haskellmode-vim edit: FWIW, I've found this reddit thread recently. vim2hs looks nice to me, also regarding indentation. |
|||||
|