Closed mjhoy closed 1 year ago
I've updated to the latest lsp-ui (6.2), and am still seeing this:
is there some kind of markdown library i'm missing?
@mjhoy I had the same problem you mentioned with markdown. I already had markdown-mode installed before i installed lsp-ui-mode but for some reason wasn't being correctly picked up.
What it fixed for me was to reinstall markdown-mode: package-refresh-contents
, package-reinstall: markdown-mode
.
interesting. i use nix to install my emacs packages. perhaps there is something in the package initialization that's not working as expected? here is my setup of markdown-mode: https://github.com/mjhoy/dotfiles/blob/master/emacs.d/lisp/init-markdown.el
I'm also affected by this and use nix. I'm using very recent commits from each lsp repo:
lsp-ui: 7d5326430eb88a58e111cb22ffa42c7d131e5052 lsp-haskell: 17d7d4c6615b5e6c7442828720730bfeda644af8 lsp-mode: 0131f1f4c9e7823955c3b1f80881fcd7c2eaa551
I have the same problem, and I am not using nix. Updated all packages and reinstalled markdown-mode
, still seeing this
This seems to have been fixed for me at some point.
I see this in both the gui and cli emacs. Any ideas why this might be? Could I be missing a required package?
lsp-ui 6.0, emacs 26.3.
Thanks!