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 }