chore: drop redundant config

This commit is contained in:
2026-09-21 10:44:00 +00:00
parent 956a5936ab
commit 5fa6d45dd6
4 changed files with 1 additions and 18 deletions

View File

@@ -3,7 +3,6 @@ local now_if_args = vim.fn.argc(-1) > 0 and MiniDeps.now or MiniDeps.later
now_if_args(function()
MiniDeps.add({
source = "nvim-treesitter/nvim-treesitter",
checkout = "main",
hooks = { post_checkout = function() vim.cmd("TSUpdate") end },
})