~haskell +ghcide -> haskell

The default haskell mode with ghci has good defaults, completion systems
and an overall workflow which I can really work with. This is better
than the LSP system which uses a lot of memory and CPU without much
returns in comparison to this method.
This commit is contained in:
dx
2020-05-31 00:54:12 +01:00
parent ac8eee9b3b
commit ab3c8f98b8

View File

@@ -122,7 +122,7 @@
;;ess ; emacs speaks statistics
(fsharp +lsp) ; ML stands for Microsoft's Language
;;go ; the hipster dialect
(haskell +ghcide) ; a language that's lazier than I am
(haskell) ; a language that's lazier than I am
;;hy ; readability of scheme w/ speed of python
;;idris ;
(java +lsp) ; the poster child for carpal tunnel syndrome