feat: added support for hlargs and treesitter-context
This commit is contained in:
parent
86a1618b92
commit
413f7d7b62
@ -680,6 +680,10 @@ function M.setup()
|
||||
NoiceCompletionItemKindEnumMember = { fg = c.green1, bg = c.none },
|
||||
NoiceCompletionItemKindOperator = { fg = c.green1, bg = c.none },
|
||||
NoiceCompletionItemKindSnippet = { fg = c.dark5, bg = c.none },
|
||||
|
||||
TreesitterContext = { bg = util.darken(c.fg_gutter, 0.8) },
|
||||
Hlargs = { fg = c.yellow },
|
||||
-- TreesitterContext = { bg = util.darken(c.bg_visual, 0.4) },
|
||||
}
|
||||
|
||||
if not vim.diagnostic then
|
||||
|
Loading…
Reference in New Issue
Block a user