kickstart.nvim/lua/plugins/comment.lua

6 lines
91 B
Lua

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