aboutsummaryrefslogtreecommitdiff
path: root/nvim/README.md
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-09-07 18:03:20 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-09-07 18:03:20 +0530
commit2cc42213f120ffe6a2f06f610bccc31f0c68c2e7 (patch)
treed1a1fbe8f49e500758044e8893d733e49ef58773 /nvim/README.md
parentc4e46f4ee64a0096bb836de0346d3ca5ff2b8145 (diff)
removed nvim submodule
Diffstat (limited to 'nvim/README.md')
-rw-r--r--nvim/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/nvim/README.md b/nvim/README.md
new file mode 100644
index 0000000..769fbdf
--- /dev/null
+++ b/nvim/README.md
@@ -0,0 +1,9 @@
+**This repo is supposed to be used as config by NvChad users!**
+
+- The main nvchad repo (NvChad/NvChad) is used as a plugin by this repo.
+- So you just import its modules , like `require "nvchad.options" , require "nvchad.mappings"`
+- So you can delete the .git from this repo ( when you clone it locally ) or fork it :)
+
+# Credits
+
+1) Lazyvim starter https://github.com/LazyVim/starter as nvchad's starter was inspired by Lazyvim's . It made a lot of things easier!