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