nvim/lua/custom/chadrc.lua

8 lines
107 B
Lua
Raw Permalink Normal View History

2024-01-08 19:53:30 +01:00
---@type ChadrcConfig
local M = {}
M.ui = { theme = 'catppuccin' }
M.plugins = 'custom.plugins'
return M