docs(README): preventing breaking changes on lazy

pull/23/head
Iron-E 1 year ago
parent ad39d8a0eb
commit b3fc3b3621
No known key found for this signature in database
GPG Key ID: 83A6AEB40395D40D

@ -16,7 +16,10 @@ Either use `packadd` or any package manager. I recommend using [lazy.nvim](https
#### lazy.nvim
```lua
{'Iron-E/nvim-libmodal', lazy = true},
{'Iron-E/nvim-libmodal',
lazy = true, -- don't load until necessary
version = '^3.0', -- OPTIONAL: unsubscribe from breaking changes
},
```
#### packer.nvim

Loading…
Cancel
Save