chadrc.lua 146 B

123456789
  1. ---@type ChadrcConfig
  2. local M = {}
  3. M.ui = { theme = 'catppuccin' }
  4. M.plugins = "custom.plugins"
  5. M.mappings = require "custom.mappings"
  6. return M