feat: comment

This commit is contained in:
2025-08-21 01:03:22 +09:00
parent bb61d3e5af
commit d52234a409
4 changed files with 59 additions and 33 deletions

8
lua/plugins/comment.lua Normal file
View File

@@ -0,0 +1,8 @@
return {
'numToStr/Comment.nvim',
opts = {
toggler = {
line = '<leader>/',
},
},
}