Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 492 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 492 Bytes

MNv

My Neovim setup based on LazyVim

clean_nvim.sh

⚠️ Please make sure you fully understand the function of these commands!

rm -rf ~/.config/nvim \
rm -rf ~/.local/share/nvim \
rm -rf ~/.local/state/nvim \
rm -rf ~/.cache/nvim

Install

You may need a VPN to do this if you are in 🇨🇳

git clone https://github.com/jerryshell/mnv ~/.config/nvim
rm -rf ~/.config/nvim/.git
nvim