# 💤 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 cd ~/.config/nvim direnv allow ``` ## 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} ```