Skip to content

Commit 933c62f

Browse files
committed
docs: add lazy.nvim installation instructions
1 parent e82fa1e commit 933c62f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ See more screenshots and share your own in the [showcase](https://github.com/b0o
88

99
## Installation
1010

11+
[Lazy.nvim](https://github.com/folke/lazy.nvim):
12+
13+
```lua
14+
{
15+
'b0o/incline.nvim',
16+
opts = {},
17+
-- Optional: Lazy load Incline
18+
event = 'VeryLazy',
19+
},
20+
```
21+
1122
[Packer](https://github.com/wbthomason/packer.nvim):
1223

1324
```lua

0 commit comments

Comments
 (0)