LazyVim/README.md

31 lines
566 B
Markdown

# 💤 LazyVim
A starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.
# 📦 Plugins
## vim-illuminate
M-p / M-n
# 🛠️ Installation
## TL;DR
```sh
git clone https://forge.chapril.org/michel_ouba/LazyVim.git ~/.config/nvim
```
## Make a backup of your current Neovim files:
```sh
# required
mv ~/.config/nvim{,.bak}
# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
```