aboutsummaryrefslogtreecommitdiff
path: root/nvim/custom/chadrc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/custom/chadrc.lua')
-rw-r--r--nvim/custom/chadrc.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/nvim/custom/chadrc.lua b/nvim/custom/chadrc.lua
new file mode 100644
index 0000000..d9858e1
--- /dev/null
+++ b/nvim/custom/chadrc.lua
@@ -0,0 +1,7 @@
+---@type ChadrcConfig
+local M = {}
+
+M.ui = { theme = 'gruvchad' }
+M.plugins = "custom.plugins"
+
+return M