-
### Your environment
Which OS do you use: Ubuntu, though this has also been seen on MacOS
Which LSP client (editor/plugin) do you use: Neovim builtin
Describe your project (alternative: l…
-
**Is your feature request related to a problem? Please describe.**
Seeing as Lua is a dynamically typed scripting language, it might be beneficial to include [type annotations](https://github.com/Lua…
-
HLS uses hie-bios to set up a GHC API session appropriate for the project. From hie-bios, hls inherits the `hie.yaml` which is a way to explicitly describe what kind of project we have (e.g. cabal or …
-
### Description
After writing into the main-file `\include{Notes/Period4/period4.tex}` to include a sub-file `period4.tex` stored in `/Notes/Period4/`, VimTeX doesn't recognize how typing into the …
-
@hasufell @wz1000 As a follow up to discussion on the monthly hls contributers meeting today, I am attempting to lay out some of the issues I have had setting up hls for neovim and some thoughts I hav…
-
I've made a minimal repro here https://github.com/expipiplus1/hie-yaml-find
### Your environment
```
haskell-language-server-wrapper --version
haskell-language-server version: 1.8.0.0 (GHC…
-
The current TH-based design makes a lot of usual Haskellisms rather annoying, eg, requiring an explicit binding to get a function into the right shape
```haskell
doRefine :: CommandArguments -> Ne…
-
I see in VSCode you can click the little lightbulb on the side, but in neovim+coc I can't seem to figure it out. I've tried both "coc-codeaction" and "coc-fix-current" and it tells me it's not availab…
-
I created a simple stack project with following structure:
```
├── app
│ └── Main.hs
├── ChangeLog.md
├── hie.yaml
├── LICENSE
├── package.yaml
├── README.md
├── Setup.hs
├── simple.cabal
…
-
### Description
`/* */` style comments should not be reformatted. They have additional use cases such as tree-sitter picking up the the syntax to highlight before scripts inside multiline strings.
…