emacs-lsp / lsp-ui

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

LSP UI peek reference count wraps incorrectly #672

Closed anonimitoraf closed 2 years ago

anonimitoraf commented 2 years ago

In Emacs terminal I see that with a window split, reference count wraps for the left window but not for the right. Guessing it's because of the window divider. Any way to just remove these reference counts? I personally don't really use it

Right window (ok) image

Left window (not ok) image

anonimitoraf commented 2 years ago

See PR

ericdallo commented 2 years ago

Thanks!