nvchad custom config

This commit is contained in:
2024-04-14 17:04:42 +02:00
parent e831224e51
commit d0da7f756c
29 changed files with 393 additions and 1758 deletions

View File

@@ -0,0 +1,25 @@
---@type ChadrcConfig
local M = {}
-- Path to overriding theme and highlights files
local highlights = require "custom.highlights"
M.ui = {
theme = "gruvbox",
theme_toggle = { "gruvbox", "everforest_light" },
hl_override = highlights.override,
hl_add = highlights.add,
-- nvdash (dashboard)
nvdash = {
load_on_startup = true,
}
}
M.plugins = "custom.plugins"
-- check core.mappings for table structure
M.mappings = require "custom.mappings"
return M