From 7a7a8ace1dacfff121ce90110c7b5c8635d178c3 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Wed, 4 Feb 2026 16:34:45 +0100 Subject: plugin dump --- comment.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 comment.lua (limited to 'comment.lua') diff --git a/comment.lua b/comment.lua new file mode 100644 index 0000000..a2331a4 --- /dev/null +++ b/comment.lua @@ -0,0 +1,14 @@ +return { + { + "numToStr/Comment.nvim", + keys = { "gc", "gb" }, -- lazy-load when using these mappings + config = function() + require("Comment").setup({ + -- your configuration here + padding = true, -- space between comment and line + sticky = true, -- keeps comment on empty lines + ignore = nil, -- lines to ignore + }) + end, + }, +} -- cgit v1.2.3