10 lines
137 B
Lua
10 lines
137 B
Lua
---@type ChadrcConfig
|
|
local M = {}
|
|
|
|
M.ui = { theme = 'nightowl' }
|
|
-- M.plugins = "plugins"
|
|
-- M.mappings = require "mappings"
|
|
|
|
|
|
return M
|