rksm / emacs-rust-config

emacs.d files for making Emacs a Rust development environment
MIT License
92 stars 28 forks source link

lsp-ui sideline? extends past end of line and wraps #9

Closed wolfwood closed 2 years ago

wolfwood commented 2 years ago

just started using the standalone config and I see this text wrapping when the right side text pops up.

2022-01-20-135115_1278x706_scrot

not sure if this is related to this config (which is great!) or an issue with the underlying package. It seems that the text goes away completely when I comment the (lsp-ui-sideline-show-hover t) line from the init.el.

I was hoping you might know whats going wrong. maybe I'm missing a font (I do have Inconsolata and DeJaVu)? or there is some other config option that adjusts where the text appears?

thanks!

wolfwood commented 2 years ago

I see that emacs-lsp/lsp-ui#661 exists issue. closing.