I'm using the Haskell language server with coc.nvim with neovim as a dev environment. However, sometimes the prompts proposed by the language server, eg. "[typecheck -Wunused-matches] ..." persist on the display overlayed over the nvim window.
I was wondering if anyone knew how to either refresh the page to remove this / prevent this from happening in the first place. I've tried ":redraw" and I've tried refreshing my i3 display as I use that as a window manager. Neither of these work.
Thanks!