-- Author : swytch -- Created : Sunday Jan. 29, 2023 00:20:31 CET -- License : GPLv3 -- Description : Mini.comment plugin config file return { "echasnovski/mini.comment", version = "*", opts = { mappings = { comment = "c", comment_line = "", text_object = "gc", }, }, config = function(_, opts) require("mini.comment").setup(opts) end, }