nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.42k stars 286 forks source link

Do not slice winbar when not enough space #1330

Open geril2207 opened 11 months ago

geril2207 commented 11 months ago

When space in winbar is not enough, left part would be sliced. Maybe there is already an option to disable slicing. folder and filename sometimes hidden because of large str. Like set wrap/nowrap. Maybe some config option or default behaviour? image image

geril2207 commented 10 months ago

Now i realized, that is behaviour of neovim not plugin, but maybe this feature makes sense.

glepnir commented 10 months ago

need a Vimresize callback then regenerate winbar string.