~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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user