emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.04k stars 141 forks source link

Sideline doesn't render properly #435

Closed mjhoy closed 1 year ago

mjhoy commented 4 years ago

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!

Screen Shot 2020-04-19 at 09 09 43
mjhoy commented 4 years ago

I've updated to the latest lsp-ui (6.2), and am still seeing this:

Screen Shot 2020-04-23 at 07 53 18

is there some kind of markdown library i'm missing?

xrx commented 4 years ago

@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.

mjhoy commented 4 years ago

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

codygman commented 4 years ago

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

jgwtt commented 3 years ago

I have the same problem, and I am not using nix. Updated all packages and reinstalled markdown-mode, still seeing this image

mjhoy commented 1 year ago

This seems to have been fixed for me at some point.