perf(comment): removed nvim-ts-context-commentstring, since mini.comment now handles that internally
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user