feat: Nvim | update to NvChad 3

This commit is contained in:
2026-04-22 00:49:20 +05:00
parent b90db5b1f2
commit d1419ac67f
26 changed files with 432 additions and 2017 deletions

View File

@@ -0,0 +1,11 @@
-- This file needs to have same structure as nvconfig.lua
-- https://github.com/NvChad/ui/blob/v3.0/lua/nvconfig.lua
---@type ChadrcConfig
local M = {}
M.base46 = {
theme = "catppuccin",
}
return M