We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lazy.nvim
1 parent cbe31f8 commit 0236521Copy full SHA for 0236521
1 file changed
README.md
@@ -17,6 +17,20 @@
17
18
### 🚀 Installation
19
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
34
- With [packer.nvim](https://github.com/wbthomason/packer.nvim)
35
36
```lua
0 commit comments