nvim/lua/plugins/nerdcommenter.lua

7 lines
153 B
Lua
Raw Normal View History

2023-02-12 17:26:24 +00:00
return {
keys = {
{ "<c-/>", "<plug>NERDCommenterToggle", mode = "v" },
{ "<c-/>", "<plug>NERDCommenterToggle", mode = "n" }
}
}