This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
.nvim/lua/plugins/comment.lua
2023-10-30 14:45:32 -03:00

15 lines
179 B
Lua

return { {
'numToStr/Comment.nvim',
opts = {
extra = {
above = 'gcO',
below = 'gco',
eol = 'gcA',
},
mappings = {
basic = true,
extra = true,
},
},
} };