aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/chadrc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/chadrc.lua')
-rw-r--r--nvim/lua/chadrc.lua24
1 files changed, 0 insertions, 24 deletions
diff --git a/nvim/lua/chadrc.lua b/nvim/lua/chadrc.lua
deleted file mode 100644
index fb1b09b..0000000
--- a/nvim/lua/chadrc.lua
+++ /dev/null
@@ -1,24 +0,0 @@
--- This file needs to have same structure as nvconfig.lua
--- https://github.com/NvChad/ui/blob/v3.0/lua/nvconfig.lua
--- Please read that file to know all available options :(
-
----@type ChadrcConfig
-local M = {}
-
-M.base46 = {
- theme = "gruvchad",
-
- -- hl_override = {
- -- Comment = { italic = true },
- -- ["@comment"] = { italic = true },
- -- },
-}
-
--- M.nvdash = { load_on_startup = true }
--- M.ui = {
--- tabufline = {
--- lazyload = false
--- }
---}
-
-return M