nvim/lua/plugins/nerdcommenter.lua
2023-02-12 18:26:24 +01:00

6 lines
153 B
Lua

return {
keys = {
{ "<c-/>", "<plug>NERDCommenterToggle", mode = "v" },
{ "<c-/>", "<plug>NERDCommenterToggle", mode = "n" }
}
}