My NeoVim config
Go to file
antoine.lenours 2a48e84054 fix config 2025-01-31 17:58:13 +01:00
lua fix config 2025-01-31 17:58:13 +01:00
LICENSE NvChad 3.0 2025-01-29 23:12:22 +01:00
README.md NvChad 3.0 2025-01-29 23:12:22 +01:00
init.lua NvChad 3.0 2025-01-29 23:12:22 +01:00
lazy-lock.json NvChad 3.0 2025-01-29 23:12:22 +01:00

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!