emacs-lsp / lsp-haskell

lsp-mode :heart: haskell
https://emacs-lsp.github.io/lsp-haskell
GNU General Public License v3.0
236 stars 62 forks source link

README missing a step? #163

Closed glyn closed 1 year ago

glyn commented 1 year ago

After several hours of fiddling, I am under the impression I need to install the package haskell-mode to get lsp-haskell to work. If this really is necessary, then it seems the README of this repo is missing this instruction. Happy to create a PR if so...

yyoncho commented 1 year ago

haskell-mode can be a dependency as well to avoid that kind of issues. Similarly, lsp-dart depends on dart-mode.

yyoncho commented 1 year ago

In case it is not clear, feel free to provide a PR :)

glyn commented 1 year ago

Since my elisp knowledge would fit on a postage stamp with room to spare, please take a look at this draft PR: https://github.com/emacs-lsp/lsp-haskell/pull/164.