From 426239801478d1a16c8910d603ecfe305925b7bc Mon Sep 17 00:00:00 2001 From: Mark <17348049+sockcrates@users.noreply.github.com> Date: Wed, 27 Dec 2023 18:08:37 -0500 Subject: [PATCH] Add comment.lua --- lua/custom/plugins/comment.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lua/custom/plugins/comment.lua 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 = {}, +}