From 3e1667ef3c5c5f74ba0783eb50984f5e2700948c Mon Sep 17 00:00:00 2001 From: Sidhanth Rathod Date: Sun, 11 Aug 2024 19:36:21 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 15ff558..dc0deaa 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,7 @@ - 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!