neovim/lua/plugins/comment.lua

7 lines
129 B
Lua

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