7 lines
140 B
Lua
Raw Normal View History

2023-07-17 10:01:07 +00:00
---@type ChadrcConfig
local M = {}
M.ui = {theme = 'onedark'}
M.plugins = "custom.plugins"
M.mappings = require "custom.mappings"
return M