refactor: redoing nvim config

This commit is contained in:
Cipher Vance
2025-11-17 08:12:11 -06:00
parent a74193080d
commit 39f901a882
38 changed files with 241 additions and 1201 deletions

View File

@@ -1,4 +1,9 @@
# 💤 LazyVim
**This repo is supposed to be used as config by NvChad users!**
A starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.
- 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!