On Mon, Dec 12, 2011 at 4:50 PM, Martin DeMello <[email protected]> wrote: > The vim autoindent for haskell is really bad :( Is there a better > indent.hs file floating around somewhere? Alternatively, is the emacs > haskell mode better enough that it's worth my time learning my way > around emacs and evil?
I don't know what kind of indentation you're doing, but another solution is to use a simple indentation style, and indent manually. As a bonus, foldmethod=indent then works for folding. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
