perf(comment): removed nvim-ts-context-commentstring, since mini.comment now handles that internally

This commit is contained in:
Folke Lemaitre
2023-05-12 17:03:16 +02:00
parent 049e323714
commit 44df7434d4

View File

@ -137,20 +137,11 @@ return {
}, },
-- comments -- comments
{ "JoosepAlviste/nvim-ts-context-commentstring", lazy = true },
{ {
"echasnovski/mini.comment", "echasnovski/mini.comment",
event = "VeryLazy", event = "VeryLazy",
opts = { opts = {},
hooks = { main = "mini.comment",
pre = function()
require("ts_context_commentstring.internal").update_commentstring({})
end,
},
},
config = function(_, opts)
require("mini.comment").setup(opts)
end,
}, },
-- better text-objects -- better text-objects