From 7c3289fded1f75f6e060f56bd06edc2a327744d9 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 6 May 2025 16:51:24 -0500 Subject: kitchen sink again :( --- lua/conf/plugins/comment.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua/conf/plugins/comment.lua') diff --git a/lua/conf/plugins/comment.lua b/lua/conf/plugins/comment.lua index 9a6373d..b91cf4f 100644 --- a/lua/conf/plugins/comment.lua +++ b/lua/conf/plugins/comment.lua @@ -1,7 +1,7 @@ -return { 'numToStr/Comment.nvim', +return { "numToStr/Comment.nvim", function() - require('Comment').setup { - ignore = '^$' + require("Comment").setup { + ignore = "^$" } end } -- cgit v1.2.1