kickstart.nvim/lua/plugins/comment.lua

6 lines
91 B
Lua
Raw Normal View History

2024-06-08 15:13:28 +02:00
-- "gc" to comment visual regions/lines
return {
'numToStr/Comment.nvim',
opts = {},
}