This commit is contained in:
Johan
2025-11-07 00:59:34 +00:00
parent 71dcac6d0c
commit 36024d663c
8 changed files with 138 additions and 51 deletions

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

@@ -0,0 +1,9 @@
return {
'numToStr/Comment.nvim',
opts ={
},
config = function()
require("Comment").setup()
end
}