add option for using extended base46 integrations

This commit is contained in:
siduck 2023-04-25 10:22:57 +05:30
parent cff182ce4b
commit 56e6234363
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ M.ui = {
transparency = false, transparency = false,
lsp_semantic_tokens = false, -- needs nvim v0.9, just adds highlight groups for lsp semantic tokens lsp_semantic_tokens = false, -- needs nvim v0.9, just adds highlight groups for lsp semantic tokens
-- https://github.com/NvChad/base46/tree/v2.0/lua/base46/extended_integrations
extended_integrations = {}, -- these aren't compiled by default, ex: "alpha", "notify"
-- cmp themeing -- cmp themeing
cmp = { cmp = {
icons = true, icons = true,