languages/haskell: remove invalid haskell-tools options

`:checkhealth` output:

```
- ⚠️ WARNING unrecognized configs in vim.g.haskell_tools: { "hls.enable", "tools.hover.enable", "hls.root_dir", "hls.filetypes" }
```
This commit is contained in:
poz 2026-05-13 02:45:28 +02:00
commit cbb2aa8ff2
No known key found for this signature in database
2 changed files with 4 additions and 22 deletions

View file

@ -476,6 +476,7 @@ https://github.com/gorbit99/codewindow.nvim
- Add Arduino support with [arduino-language-server].
- Add GLSL support with [glsl_analyzer].
- Update fidget-nvim setupOpts and fix NvimTree issue.
- Remove `invalid haskell-tools options`.
[itscrystalline](https://github.com/itscrystalline):