feat: add Lazy.nvim installation to the readme
This commit is contained in:
parent
829bb008b8
commit
d7b368355f
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue