-
-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Question
Love this plugin! Makes developing for a Haskell newbie like me so much easier -- thank you!
Because I'm still green, I'm wondering why I'm getting this error messages whenever I open a .cabal
file in a buffer:
Error executing vim.schedule lua callback: UnhandledPromiseRejection with the reason:
RPC[Error] code_name = InvalidRequest, message = "No plugin enabled for STextDocumentFoldingRange, available: codeRange"
...and this one whenever I navigate around the .cabal
file (copied from :Notifications
):
haskell-tools.nvim: -32600: No plugin enabled for STextDocumentDocumentHighlight, available: ghcide-hover-and-symbols
I did a little digging into ghcide
, but it looks like it's been obviated by HLS?
I'm tagging this as a question
because I highly suspect this is "user error" (vs. a bug)...any guidance would be most helpful! (Happy to provide more detail as required.)
Update: Sometimes these issues arise on *.yaml
project files, other times they don't...? After awhile I think this error goes away (when either configuration filetype is open)? It's been difficult to pin down the behavior of this.