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 d02c639 commit 0507aa2Copy full SHA for 0507aa2
lua/shade.lua
@@ -117,7 +117,7 @@ local function create_hl_groups()
117
overlay_color = "None"
118
end
119
120
- api.nvim_command("highlight ShadeOverlay guibg=" .. overlay_color)
+ api.nvim_command("highlight ShadeOverlay gui='nocombine' guibg=" .. overlay_color)
121
122
-- Link to default hl_group if not user defined
123
local exists, _ = pcall(function()
@@ -251,7 +251,7 @@ shade.init = function(opts)
251
252
api.nvim_set_decoration_provider(state.shade_nsid, {on_win = shade.event_listener})
253
254
- -- setup autocommands
+ -- setup autocommands -- TODO: set a precalculated winid
255
api.nvim_exec([[
256
augroup shade
257
au!
0 commit comments