nvchad-custom/chadrc.lua

9 lines
146 B
Lua
Raw Normal View History

2024-02-26 08:54:13 -06:00
---@type ChadrcConfig
local M = {}
M.ui = { theme = 'chadracula' }
M.plugins = "custom.plugins"
M.mappings = require "custom.mappings"
return M