-
Sorry beforehand if this is a dumb question and I'm just using the LSP wrong.
I'm using https://www.lazyvim.org/ as my package manager for Neovim and here's my `~/.config/nvim/lua/plugins/idris2.lu…
-
| Field | Description |
|----------|-------------|
| Plugin | Not directly a vim plugin but a lsp for the haskell language to be included |
| Homepage | https://github.com/haskell/haskell-…
-
This is a collection of build tools we may potentially support:
- [x] .NET: [NuGet](https://www.nuget.org/)
- [ ] C/C++: [Buckaroo](https://buckaroo.pm/)
- [ ] C/C++: [Conan](https://conan.io/)
…
-
### Describe the bug
I run Lspsaga code_action on a Haskell file with HLS running and I get the following error:
Above it, this also displays: (Sorry, I can only keep one on the screen at a …
-
I've got the following error message when using `nix-shell` and `stack $anyCommand`.
```
building '/nix/store/jp3aifzklr3828kicakbxvs2xh4rfk3x-language-haskell-extract-0.2.4.drv'...
setupCompilerEn…
-
Currently only the first constructor name is handled: https://github.com/google/haskell-indexer/blob/master/haskell-indexer-backend-ghc/src/Language/Haskell/Indexer/Backend/Ghc.hs#L327
-
If I use `stylish-haskell` on a module with
```
{-# LANGUAGE Unsafe #-} -- "import safe" is enforced
```
I still get the following error:
```
Language.Haskell.Stylish.Parse.parseModule: could n…
-
What is a typical workflow for using a Dhall binding in language X? I do not know how people are actually using Dhall bindings but I would expect that mostly people want to read a Dhall file and obta…
-
I'm getting an "Uh oh" error on the following input file (which itself is the result of careful minimization from some much larger example):
```
{-# LANGUAGE NoImplicitPrelude, RankNTypes #-}
mod…
-
## Is your enhancement request related to a problem? Please describe.
Disabling the `formattingProvider` configuration does not seem possible. There is a handful of options but it can't be disabled…