A custom config for NVCHAD v2.0
As this config is for the v2.0 version NvChad; clone the v2.0 branch
git clone -b v2.0 https://github.com/NvChad/NvChad ~/.config/nvim && nvim- harpoon : easliy navigate between files
- undotree : git timeline
- vimwiki : for notes
- lightspeed : move anywhere with few keystrokes
- peek : a markdown viewer
- lua
- nvchad's base config (v2.0)
- an internet connection
Firstly backup any existing custom/ directory:
mv ~/.config/nvim/lua/custom/ ~/.config/nvim/lua/custom.bakand run the command:
git clone -b main https://github.com/sumdahl/nvchad ~/.config/nvim/lua/custom/If you want to use multiple configs simultaneously:
alias nv='NVIM_APPNAME="another" nvim'for above to run you must clone the config into ~/.config/another