added comment.nvim

This commit is contained in:
Jannik Donker
2024-04-11 16:36:11 +02:00
parent 78ba99002b
commit 68f8e18d2a
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
return {
"numToStr/Comment.nvim",
opts = {},
lazy = false,
config = function()
require("Comment").setup()
end,
}