Skip to content

Commit 0236521

Browse files
docs(plugin): add lazy.nvim install instruction (#386)
1 parent cbe31f8 commit 0236521

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@
1717

1818
### 🚀 Installation
1919

20+
- With [lazy.nvim](https://github.com/folke/lazy.nvim)
21+
22+
```lua
23+
-- add this to your lua/plugins.lua, lua/plugins/init.lua, or the file you keep your other plugins:
24+
{
25+
'numToStr/Comment.nvim',
26+
opts = {
27+
-- add any options here
28+
},
29+
lazy = false,
30+
}
31+
32+
```
33+
2034
- With [packer.nvim](https://github.com/wbthomason/packer.nvim)
2135

2236
```lua

0 commit comments

Comments
 (0)