Skip to content

DarrenVictoriano/lazyvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

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 [email protected]:DarrenVictoriano/lazyvim.git lazyvim
  1. symlink it using GNU Stow
stow -t ~ lazyvim

About

my personal lazyvim config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages