mirror of
https://github.com/Dannecron/Dannecron.git
synced 2025-12-25 16:22:35 +03:00
add nvchad-config
This commit is contained in:
21
nvchad-config/chadrc.lua
Normal file
21
nvchad-config/chadrc.lua
Normal file
@@ -0,0 +1,21 @@
|
||||
---@type ChadrcConfig
|
||||
local M = {}
|
||||
|
||||
-- Path to overriding theme and highlights files
|
||||
local highlights = require "custom.highlights"
|
||||
|
||||
M.ui = {
|
||||
theme = "one_light",
|
||||
theme_toggle = { "one_light", "onedark" },
|
||||
transparency = true,
|
||||
|
||||
hl_override = highlights.override,
|
||||
hl_add = highlights.add,
|
||||
}
|
||||
|
||||
M.plugins = "custom.plugins"
|
||||
|
||||
-- check core.mappings for table structure
|
||||
M.mappings = require "custom.mappings"
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user