2024-03-02 01:01:31 +01:00
|
|
|
---@type ChadrcConfig
|
|
|
|
local M = {}
|
|
|
|
|
2024-10-25 13:42:16 +02:00
|
|
|
M.base46 = {
|
2024-11-02 15:27:18 +01:00
|
|
|
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
|