neovim-config/chadrc.lua

7 lines
151 B
Lua
Raw Permalink Normal View History

2024-04-03 11:58:41 +00:00
---@type ChadrcConfig
local M = {}
M.ui = { theme = 'catppuccin' }
M.plugins = "custom.plugins"
M.mappings = require("custom.mappings")
return M