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.
1 parent 46fb5e8 commit eae3aaeCopy full SHA for eae3aae
lua/custom/plugins/comment.lua
@@ -0,0 +1,7 @@
1
+-- add this to your lua/plugins.lua, lua/plugins/init.lua, or the file you keep your other plugins:
2
+return {
3
+ 'numToStr/Comment.nvim',
4
+ opts = {
5
+ -- add any options here
6
+ },
7
+}
0 commit comments