feat: added support for hlargs and treesitter-context

This commit is contained in:
Folke Lemaitre 2022-11-15 17:16:12 +01:00
parent 86a1618b92
commit 413f7d7b62
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040

View File

@ -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