yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
458 stars 49 forks source link

Improve popup window #459

Closed ahnafalnafis closed 6 months ago

ahnafalnafis commented 6 months ago

Previously, popup window minwidth was set to 80. This means, if a popup window have text less than 80 character, it will keep some extra spaces until popup reaches 80 characters. For example: prev

But keeping minwidth to default, removes those extra spaces and the popup window looks nicer. now