haskell-vim-now
haskell-vim-now copied to clipboard
Auto-resize bottom split
When linting or compile checking, the bottom window expands and takes up a lot more space than necessary. Manually dragging it down works until linting or compile checking again. Is there something wrong with my install, or is there a way to make not take up any more space than necessary?

That happens for me as well, I've always just kind of lived with it but I bet it can be fixed. I believe that the little pane is called the quickfix buffer. There is a note here overriding g:ghcmod_open_quickfix_function to customize the behavior. I'd love a pull request to tidy this up if you can figure it out!
Interested in helping out with this one?