We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12786c commit 7bf4686Copy full SHA for 7bf4686
1 file changed
lua/lspsaga/highlight.lua
@@ -77,6 +77,7 @@ local function init_highlight()
77
api.nvim_set_hl(0, 'Diagnostic' .. v .. 'Reverse', {
78
bg = color.fg,
79
fg = 'Black',
80
+ default = true,
81
})
82
end
83
0 commit comments