mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-11-10 03:04:21 +00:00
Problem: On current Nvim nightlies, a regression in a `vim.highlight.range()` refactor makes underlines for diagnostics at end of line extend into the next line, leading to visual artifacts in the update view. Solution: Suppress underlines for diagnostics, as they are not wanted anyway. |
||
|---|---|---|
| .. | ||
| core | ||
| manage | ||
| view | ||
| docs.lua | ||
| example.lua | ||
| health.lua | ||
| help.lua | ||
| init.lua | ||
| state.lua | ||
| stats.lua | ||
| status.lua | ||
| types.lua | ||
| util.lua | ||