dotfiles/.config/nvim
2024-12-30 12:23:18 +01:00
..
lua Added rainbow_csv plugin for Neovim 2024-12-18 19:40:01 +01:00
.stylua.toml Neovim starting configuration 2024-12-09 23:39:45 +01:00
init.lua Allowing folder-specific Neovim configuration 2024-12-30 12:23:18 +01:00
lazy-lock.json lazy-lock.json update 2024-12-21 12:32:46 +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!