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
|
||||
{ "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
|
||||
|
Reference in New Issue
Block a user