Hi, what editor do you use, especially for Haskell?
I use `vim`, with a few plugins and I keep GHCI via `cabal repl` open in a `tmux` frame.* [syntastic](https://github.com/scrooloose/syntastic) with the linter [hlint](https://hackage.haskell.org/package/hlint) shows helpful improvements and common mistakes* [tagbar](https://github.com/majutsushi/tagbar) with [lushtags](https://github.com/bitc/lushtags) lets you navigate around your code via a sidebar
















