docs: add lazy.nvim config to README.md (#10)

This commit is contained in:
heavyjoost
2023-12-20 06:29:23 -07:00
committed by GitHub
parent e20be91301
commit 17ff4b73e8

View File

@@ -37,6 +37,19 @@ lua << EOF
EOF EOF
``` ```
Using [lazy.nvim](https://github.com/folke/lazy.nvim)
```lua
{
"amrbashir/nvim-docs-view",
lazy = true,
cmd = "DocsViewToggle",
opts = {
position = "right",
width = 60
}
}
```
## Options ## Options
- `position`: - `position`: