diff --git a/lua/custom/plugins/comment.lua b/lua/custom/plugins/comment.lua new file mode 100644 index 00000000..ce90241b --- /dev/null +++ b/lua/custom/plugins/comment.lua @@ -0,0 +1,5 @@ +return { + 'numToStr/Comment.nvim', + lazy = false, + opts = {}, +}