ngtuonghy / nvchad_config

This is my custom nvchad v2.5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# uninstall

# Linux / Macos (unix)
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim

# Windows CMD
rd -r ~\AppData\Local\nvim
rd -r ~\AppData\Local\nvim-data

# Window PowerShell
rm -Force ~\AppData\Local\nvim
rm -Force ~\AppData\Local\nvim-data

# install config

 git clone --branch=v2.5 https://github.com/ngtuonghy/nvchad_config --depth 1 ~/.config/nvim/ && nvim

About

This is my custom nvchad v2.5

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%