nvim/lua/chadrc.lua

10 lines
137 B
Lua
Raw Normal View History

2024-03-02 01:01:31 +01:00
---@type ChadrcConfig
local M = {}
M.ui = { theme = 'nightowl' }
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