13 lines
144 B
Lua
13 lines
144 B
Lua
---@type ChadrcConfig
|
|
local M = {}
|
|
|
|
M.base46 = {
|
|
theme = "nightowl"
|
|
}
|
|
|
|
-- M.plugins = "plugins"
|
|
-- M.mappings = require "mappings"
|
|
|
|
|
|
return M
|