Skip to content

Commit 5f180fd

Browse files
authored
change(readme): remove lazy=false (#415)
`lazy=false` is a default value for lazy.nvim. Explicitly setting it is redundant and leaves users confused. As a new user, I assumed lazy-loading Comment.nvim would break the plugin, but that's not the case.
1 parent 0236521 commit 5f180fd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
'numToStr/Comment.nvim',
2626
opts = {
2727
-- add any options here
28-
},
29-
lazy = false,
28+
}
3029
}
3130

3231
```

0 commit comments

Comments
 (0)