Skip to content

Commit eae3aae

Browse files
committed
custom: add comment plugin to comment lines
1 parent 46fb5e8 commit eae3aae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lua/custom/plugins/comment.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)