-
-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Labels
component: wingmantype: supportUser support tickets, questions, help with setup etc.User support tickets, questions, help with setup etc.
Description
Your environment
$ haskell-language-server-wrapper --probe-tools
haskell-language-server version: 1.4.0.0 (GHC: 8.10.4) (PATH: /home/kevin/.ghcup/bin/haskell-language-server-wrapper-1.4.0) (GIT hash: 253547816ee216c53ee7dacc0ad3cac43e863d30)
Tool versions found on the $PATH
cabal: 3.6.2.0
stack: 2.7.3
ghc: 9.0.1Which OS do you use:
ArchLinux
Which lsp-client do you use:
Neovim built in LSP client with nvim-lspconfig
Describe your project:
Just testing with default cabal init project
Contents of hie.yaml:
$ cat hie.yaml
cradle:
cabal:
- path: "src"
component: "lib:haskell-wingman-nvim"
- path: "app/Main.hs"
component: "haskell-wingman-nvim:exe:haskell-wingman-nvim"Steps to reproduce
Edit file, run code action on hole, eg
myid :: a -> a
myid = _Expected behaviour *
Get suggestions from wingman
Actual behaviour
Do not seem to be getting suggestions from wingman. Here is what I see:
* Notes
I think maybe this is the expected behaviour? It looks like there are instructions for coc.nvim (https://github.com/haskell/haskell-language-server/tree/master/plugins/hls-tactics-plugin#cocnvim) so I guess by default there is more work to do to get wingman support. Has anyone got it working with the built in client and nvim-lspconfig? And thank you for the great project!
Metadata
Metadata
Assignees
Labels
component: wingmantype: supportUser support tickets, questions, help with setup etc.User support tickets, questions, help with setup etc.
