1
0
Fork 0
mirror of https://github.com/sadan4/nvim.git synced 2025-02-25 09:38:49 -05:00
nvim/lua/setupcomment.lua

9 lines
101 B
Lua
Raw Normal View History

2024-03-12 01:28:22 -04:00
require("Comment").setup({
toggler = {
line = "<C-/>",
},
opleader = {
line = "<C-/>",
},
})