Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 613 Bytes

File metadata and controls

47 lines (32 loc) · 613 Bytes

LazyVim

My personal LazyVim config.

WARNING

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}

Installation

  1. Install Neovim and GNU Stow

On MacOS:

brew install neovim
brew install stow

On Linux:

sudo pacman -S neovim
sudo pacman -S stow
  1. clone this repo
git clone git@github.com:DarrenVictoriano/lazyvim.git lazyvim
  1. symlink it using GNU Stow
stow -t ~ lazyvim