I started playing with Haskell and I use Vim. I have autoindent on in my vimrc, but it seems to not be aware of haskell somehow. I would like to autoindent work in some cases where it doesn't (for example, after = and newline).
How can I customize autoindentation rules in vim? (I googled it, but every site suggested turning autoindent on, which I already had).
Thank you