From a21ef38dc54e0d93fea4a70b783b4c91054831fe Mon Sep 17 00:00:00 2001 From: siduck76 Date: Thu, 12 Aug 2021 18:37:02 +0530 Subject: [PATCH] fix comment toggle mapping (#233) --- lua/pluginList.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/pluginList.lua b/lua/pluginList.lua index bf7c76b..fca8e8c 100644 --- a/lua/pluginList.lua +++ b/lua/pluginList.lua @@ -220,6 +220,8 @@ return packer.startup( cmd = "CommentToggle", config = function() require("plugins.others").comment() + end, + setup = function() require "mappings".comment_nvim() end }