My personal LazyVim config.
Backup your existing Neovim config first if your have one already.
# required
mv ~/.config/nvim{,.bak}
# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}- Install Neovim and GNU Stow
On MacOS:
brew install neovim
brew install stowOn Linux:
sudo pacman -S neovim
sudo pacman -S stow- clone this repo
git clone [email protected]:DarrenVictoriano/lazyvim.git lazyvim- symlink it using GNU Stow
stow -t ~ lazyvim