A launch point for your personal nvim configuration
Go to file
rohith 278cf40e30 nvchad 2025-02-22 09:46:02 +05:30
.github chore: fix typo in bug report issue template (#1306) 2025-01-15 14:37:36 -05:00
lua nvchad 2025-02-22 09:46:02 +05:30
.stylua.toml nvchad 2025-02-22 09:46:02 +05:30
LICENSE nvchad 2025-02-22 09:46:02 +05:30
README.md nvchad 2025-02-22 09:46:02 +05:30
init.lua nvchad 2025-02-22 09:46:02 +05:30
lazy-lock.json nvchad 2025-02-22 09:46:02 +05:30

README.md

This repo is supposed to 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!