kickstart.nvim/lua/vatsal/plugins/comment.lua

7 lines
134 B
Lua

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