feat: add Lazy.nvim installation to the readme

This commit is contained in:
Arne Van Maele 2024-06-11 15:48:34 +02:00 committed by Ade Attwood
parent 829bb008b8
commit d7b368355f

View file

@ -20,7 +20,15 @@ git clone https://github.com/AdeAttwood/ivy.nvim ~/.config/nvim/pack/bundle/star
### Plugin managers
TODO: Add docs in the plugin managers I don't use any
Using [lazy.nvim](https://github.com/folke/lazy.nvim)
```lua
{
"AdeAttwood/ivy.nvim",
build = "cargo build --release",
},
```
TODO: Add more plugin managers
### Compiling