nvim/lua/chadrc.lua

13 lines
144 B
Lua
Raw Permalink Normal View History

2024-03-02 01:01:31 +01:00
---@type ChadrcConfig
local M = {}
2024-10-25 13:42:16 +02:00
M.base46 = {
theme = "nightowl"
2024-10-25 13:42:16 +02:00
}
2024-09-15 22:20:50 +02:00
-- M.plugins = "plugins"
-- M.mappings = require "mappings"
2024-03-02 01:01:31 +01:00
return M