diff --git a/lua/custom/plugins/comment.lua b/lua/custom/plugins/comment.lua new file mode 100644 index 00000000..46127d29 --- /dev/null +++ b/lua/custom/plugins/comment.lua @@ -0,0 +1,7 @@ + +return { + "numToStr/Comment.nvim", + config = function () + require('Comment').setup {} + end, +}