8 lines
145 B
Lua
8 lines
145 B
Lua
---@type ChadrcConfig
|
|
local M = {}
|
|
|
|
M.ui = { theme = 'oxocarbon' }
|
|
M.plugins = "custom.plugins"
|
|
M.mappings = require "custom.mappings"
|
|
|
|
return M
|