Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 469 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 469 Bytes

💤 LazyVim

A starter template for LazyVim. Refer to the documentation to get started.

Getting started

Backup the current neovim files:

# required
mv ~/.config/nvim{,.bak}

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

Clone the repo down

git clone https://github.com/klaborda/neovim ~/.config/nvim