kickstart.nvim/lua/newbim/plugins/comment.lua

6 lines
91 B
Lua

return { -- "gc" to comment visual region/lines
'numToStr/Comment.nvim',
opts = {}
}