1
0
Fork 0
mirror of https://github.com/CompeyDev/my-nvim-setup.git synced 2025-04-11 01:50:53 +01:00

fix comment toggle mapping ()

This commit is contained in:
siduck76 2021-08-12 18:37:02 +05:30
parent 0efa21c9c9
commit a21ef38dc5

View file

@ -220,6 +220,8 @@ return packer.startup(
cmd = "CommentToggle",
config = function()
require("plugins.others").comment()
end,
setup = function()
require "mappings".comment_nvim()
end
}