222 current 2024-03-19 15:18:43 24.05.20240316.c75037b 6.8.0-zen1 *
This commit is contained in:
parent
6f5d1f3613
commit
2e793557e8
2 changed files with 8 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ M.ui = {
|
||||||
hl_override = {},
|
hl_override = {},
|
||||||
changed_themes = {},
|
changed_themes = {},
|
||||||
theme_toggle = { "onedark", "one_light" },
|
theme_toggle = { "onedark", "one_light" },
|
||||||
theme = "onedark", -- default theme
|
theme = "chadracula-evondev", -- default theme
|
||||||
transparency = false,
|
transparency = false,
|
||||||
|
|
||||||
cmp = {
|
cmp = {
|
||||||
|
|
|
||||||
|
|
@ -306,6 +306,13 @@
|
||||||
function _lazygit_toggle()
|
function _lazygit_toggle()
|
||||||
lazygit:toggle()
|
lazygit:toggle()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
local integrations = require("nvconfig").base46.integrations
|
||||||
|
|
||||||
|
for _, name in ipairs(integrations) do
|
||||||
|
dofile(vim.g.base46_cache .. name)
|
||||||
|
end
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue