No description
Find a file
2026-01-03 20:39:18 +01:00
lua add some mappings to execute lua code 2026-01-03 20:39:18 +01:00
.stylua.toml initial commit 2025-12-26 06:37:42 +01:00
init.lua initial commit 2025-12-26 06:37:42 +01:00
lazy-lock.json add some mappings to execute lua code 2026-01-03 20:39:18 +01:00
LICENSE initial commit 2025-12-26 06:37:42 +01:00
README.md fix install instruction 2025-12-26 06:41:47 +01:00

This repo is supposed to be 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 :)

Install

Remove old stuff, clone repo and start neovim

rm -rf ~/.config/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.local/share/nvim
git clone https://codeberg.org/f4n4t/nvchad.git ~/.config/nvim && nvim

Inside NeoVim call these two commands to install lsps and stuff...

:TSInstallAll
:MasonInstallAll

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!