kickstart.nvim/lua/plugins/comment.lua
2024-06-08 15:13:28 +02:00

6 lines
91 B
Lua

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