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

Keep file path suffix if it exceeds peek list width #745

Open nenorbot opened 1 year ago

nenorbot commented 1 year ago

Fix #744

Show the path suffix rather than prefix if it does not fit within lsp-ui-peek-list-width. There might be a better way to do this but I'm not very familiar with lsp-ui