自用neovim配置
Go to file
Young Xu 9c1e0c51c0
first commit
2023-05-21 04:07:45 +08:00
.github first commit 2023-05-21 04:07:45 +08:00
lua first commit 2023-05-21 04:07:45 +08:00
.gitignore first commit 2023-05-21 04:07:45 +08:00
.stylua.toml first commit 2023-05-21 04:07:45 +08:00
LICENSE first commit 2023-05-21 04:07:45 +08:00
README.md first commit 2023-05-21 04:07:45 +08:00
init.lua first commit 2023-05-21 04:07:45 +08:00

README.md

first install

Linux / Macos (unix)

rm -rf ~/.config/nvim rm -rf ~/.local/share/nvim

Windows

rd -r ~\AppData\Local\nvim rd -r ~\AppData\Local\nvim-data

git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 && nvim