dotfiles/.config/nvim
2025-12-03 23:22:02 +01:00
..
lua Updated nvchad configuration, lsp config, tree-sitter config 2025-12-03 23:22:02 +01:00
.stylua.toml Neovim starting configuration 2024-12-09 23:39:45 +01:00
init.lua Updated nvchad configuration, lsp config, tree-sitter config 2025-12-03 23:22:02 +01:00
lazy-lock.json chore: nvim lazy-lock.json update 2025-12-03 22:31:24 +01:00
LICENSE Neovim starting configuration 2024-12-09 23:39:45 +01:00
README.md Neovim starting configuration 2024-12-09 23:39:45 +01:00

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!