Open
Description
Neovim version (nvim -v)
v0.9.2
Operating system/version
Windows 11
Output of :checkhealth haskell-tools
OK
How to reproduce the issue
Editing any Haskell file triggers a cascade of "In progress...WARN" log entries in the bottom right hand corner of the nvim window. Nothing appears broken but its inconvenient.
Expected behaviour
I expect it not to show this or to be able to hide it.
Actual behaviour
see above
Log files
No response
The minimal config used to reproduce this issue.
{
'mrcjkb/haskell-tools.nvim',
version = '^3', -- Recommended
ft = { 'haskell', 'lhaskell', 'cabal', 'cabalproject' },
},