nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.41k stars 287 forks source link

feat: add wrap_long_lines option for diagnostic window #1372

Closed tkhg closed 7 months ago

tkhg commented 7 months ago

Currently, if user uses vim.opt.wrap = false in their config and the line is too long, then it is impossible to display the whole diagnostic message. image

This PR adds the ability to enable wrap in diagnostic window even though they use vim.opt.wrap = false in their config image