BREAKING change for hl_override users

put your new highlight groups to hl_add and put your overriden highlight groups which are present in our default theme in hl_override
pull/1213/head
siduck 2 years ago
parent e1be20329e
commit 2091160434

@ -5,19 +5,18 @@ local M = {}
M.options = {
-- load your options here or load module with options1
-- load your options here or load module with options
user = function() end,
nvChad = {
-- updater
update_url = "https://github.com/NvChad/NvChad",
update_branch = "main",
},
}
---- UI -----
M.ui = {
-- hl = highlights
hl_add = {},
hl_override = {},
changed_themes = {},
theme_toggle = { "onedark", "one_light" },
@ -28,19 +27,17 @@ M.ui = {
M.plugins = {
override = {},
remove = {},
user = {},
options = {
lspconfig = {
setup_lspconf = "", -- path of lspconfig file
},
statusline = {
separator_style = "default", -- default/round/block
separator_style = "default", -- default/round/block/arrow
config = "%!v:lua.require'ui.statusline'.run()",
},
},
-- add, modify, remove plugins
user = {},
}
-- check core.mappings for table structure

Loading…
Cancel
Save