My NeoVim config
Go to file
antoine.lenours 128996be26 Add textwidth to 80 on markdown files 2025-05-28 16:12:23 +02:00
lua Add textwidth to 80 on markdown files 2025-05-28 16:12:23 +02: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!