-
Perhaps this is the same issue as #518. Unfortunately, I'm on nixos-21.11, so kak-lsp version 11.0.1. Here's the tail of the log that is produced. If you need more, I could provide it:
```
2022-03…
-
Currently, when hovering over an identifier, the first "thing" that we can grab is shown in the minibuffer area (as per the default implementation of `lsp-clients-extract-signature-on-hover`). While …
-
### Your environment
Which LSP client (editor/plugin) do you use?
Neovim, astrovim (which I think is using luasnips and nvim-cmp)
The actual crash is in nvim-cmp, so it's quite possibly a b…
-
| Field | Description |
|----------|-------------|
| Plugin | Not directly a vim plugin but a lsp for the haskell language to be included |
| Homepage | https://github.com/haskell/haskell-…
-
### I confirm that...
- [x] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), […
-
### 📋 Description
I see the Hackage badge: https://shields.io/badges/hackage-version
Here is an example of it in use: https://github.com/haskell/haskell-language-server?tab=readme-ov-file#haskell-…
-
### Your environment
Which OS do you use?
Linux
Which version of GHC do you use and how did you install it?
9.8.2, ghcup
How is your project built (alternative: link to the project)…
-
### Your environment
_Which OS do you use?_
Fedora/Linux
_Which version of GHC do you use and how did you install it?_
`ghc-9.6.2`
_How is your project built (alternative: link to the project)?…
coot updated
7 months ago
-
**Describe the bug**
If I execute a code action with an included edit, I cannot use undo to back it out.
**To Reproduce**
Install [haskell-ide](https://github.com/haskell/ide) from https://gith…
alanz updated
4 years ago
-
At the moment we mostly just use "go to definition", but LSP also has "go to declaration". I think the concept of a declaration does actually make sense in Haskell, namely:
1. For entities that hav…