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. |
||
|---|---|---|
| .. | ||
| colors.lua | ||
| commands.lua | ||
| config.lua | ||
| diff.lua | ||
| float.lua | ||
| init.lua | ||
| render.lua | ||
| sections.lua | ||
| text.lua | ||