dotfiles/.config/nvim/lua/plugins/comment.lua

8 lines
91 B

return {
-- commenting improvements
{
'numtostr/comment.nvim',
opts = {}
}
}