mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-01-05 17:49:09 +00:00
fix comment toggle mapping (#233)
This commit is contained in:
parent
0efa21c9c9
commit
a21ef38dc5
1 changed files with 2 additions and 0 deletions
|
@ -220,6 +220,8 @@ return packer.startup(
|
||||||
cmd = "CommentToggle",
|
cmd = "CommentToggle",
|
||||||
config = function()
|
config = function()
|
||||||
require("plugins.others").comment()
|
require("plugins.others").comment()
|
||||||
|
end,
|
||||||
|
setup = function()
|
||||||
require "mappings".comment_nvim()
|
require "mappings".comment_nvim()
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue