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
{ "JoosepAlviste/nvim-ts-context-commentstring", lazy = true },
{
"echasnovski/mini.comment",
event = "VeryLazy",
opts = {
hooks = {
pre = function()
require("ts_context_commentstring.internal").update_commentstring({})
end,
},
},
config = function(_, opts)
require("mini.comment").setup(opts)
end,
opts = {},
main = "mini.comment",
},
-- better text-objects