branch: elpa/haskell-ts-mode commit 8dcdf855af44d63877693ece3fa13ad94ab34415 Author: Pranshu Sharma <pran...@bauherren.ovh> Commit: Pranshu Sharma <pran...@bauherren.ovh>
Adding suggested packages --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index b846f7d900..169a1e9779 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,20 @@ Add this into your init.el: That is all. This will install the grammars if not already installed. However, you might need to update the grammar version in the future. +## Other recommended packages + +Unlike `haskell-mode`, this mode has a limited scope to just worrying +about haskell. There are other packages that I find help a lot with +development: +- [consult-hoogle](https://codeberg.org/rahguzar/consult-hoogle) great + interface for `hoogle`. +- [dante](https://github.com/jyp/dante) +- [hindent](https://github.com/mihaimaruseac/hindent) If you want to + outsource the indentation and formatting to another haskell package. +- [ormolu](https://github.com/vyorkin/ormolu.el) hindent alternative +- [hcel](https://github.com/emacsmirror/hcel) Codebase navigator, if + you want a lighter alternaitve to a full blown LSP. + # Customization ## How to disable `haskell-ts-mode` indentation