snacks.nvim
snacks.nvim copied to clipboard
fix(statuscolumn): use extmarks cursorline hl
Description
Statuscolumn snack swallows the cursorline_hl_group
on extmarks, causing defined cursorline
highlights to break.
Related Issue(s)
TBD (searching...)
Screenshots
With appropriate GitSigns highlights defined on theme, e.g.:
-- plugin spec
{
"lewis6991/gitsigns.nvim",
opts = {
culhl = true,
},
},
--- Catppuccin
{
GitSignsAddCul = { bg = colors.mantle, fg = colors.green },
GitSignsChangeCul = { bg = colors.mantle, fg = colors.yellow },
GitSignsDeleteCul = { bg = colors.mantle, fg = colors.red },
}