1 2 3 4 5 6 7 8
return { 'echasnovski/mini.nvim', version = false, config = function(_, opts) -- Commenter require("mini.comment").setup(opts) end, }