mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
perf(comment): removed nvim-ts-context-commentstring, since mini.comment now handles that internally
This commit is contained in:
parent
049e323714
commit
44df7434d4
1 changed files with 2 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue