Change style of tiny inline diagnostics and make them play nicely with

lightbulbs from LSP
This commit is contained in:
Martin Larsson 2025-12-23 10:40:50 +01:00
parent cb283448f3
commit cd295ecfda
2 changed files with 6 additions and 5 deletions

View file

@ -4,8 +4,9 @@ return {
priority = 1000,
config = function()
require("tiny-inline-diagnostic").setup({
preset = "classic",
transparent_bg = true,
preset = "modern",
transparent_bg = false,
transparent_cursorline = false,
options = {
multilines = {
enabled = true,