plugins/languages: add haskell support

Closes #426
This commit is contained in:
Artur Manuel 2024-12-15 23:30:58 +00:00
commit e31cab9687
7 changed files with 137 additions and 2 deletions

View file

@ -8,3 +8,10 @@
`languages.typst.extensions.typst-preview-nvim`.
- Add a search widget to the options page in the nvf manual.
[amadaluzia](https://github.com/amadaluzia):
[haskell-tools.nvim]: https://github.com/MrcJkb/haskell-tools.nvim
- Add Haskell support under
`languages.haskell` using [haskell-tools.nvim]