mrcjkb / haskell-tools.nvim

🦥 Supercharge your Haskell experience in neovim!
GNU General Public License v2.0
448 stars 17 forks source link

[Problem] Getting two hover menus, sometimes #303

Closed Ciel-MC closed 9 months ago

Ciel-MC commented 9 months ago

I'm trying learning haskell and trying to do my editor setup, but it seems like when I try to K something, the plugin's hover pops up, but sometimes there's a second one that sometimes shows the type? And if I press K again I go into that one instead of the one that has actions. I see that it's from HLS but I can't have that not launch because then things like formatting don't work, and for some reason if I let it start and then kill it, things seem to work fine, format is there and the extra hover menu isn't, I'm using mason + lspconfig + mason-lspconfig, please lmk if there's some known conflicts here, thanks