Skip to main content

lazyvim Installation

https://www.lazyvim.org/installation 

# required
mv ~/.config/nvim{,.bak}
# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}

git clone https://github.com/LazyVim/starter ~/.config/nvim

rm -rf ~/.config/nvim/.git
nvim
:LazyHealth

after installation. This will load all plugins and check if everything is working correctly.