From 827094776240595a120c0ac5b49d3d3838cdfcdb Mon Sep 17 00:00:00 2001 From: Dmitrii Morozov Date: Mon, 27 Oct 2025 20:05:45 +0100 Subject: Add comment.nvim plugin --- lua/plugins/comment.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lua/plugins/comment.lua diff --git a/lua/plugins/comment.lua b/lua/plugins/comment.lua new file mode 100644 index 0000000..ea202e1 --- /dev/null +++ b/lua/plugins/comment.lua @@ -0,0 +1,4 @@ +return { + "numToStr/Comment.nvim", + opts = {}, +} -- cgit v1.2.3