nvim: drop nvim-treesitter (archived, broken on 0.12), replace with mini.ai

This commit is contained in:
2026-04-10 00:06:05 +02:00
parent 07839d9c20
commit 198a173b4d
5 changed files with 18 additions and 106 deletions
@@ -1,10 +1,2 @@
-- Ensure Treesitter knows about LaTeX (nabla benefits, and some plugins use it)
return {
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)
opts.ensure_installed = opts.ensure_installed or {}
if type(opts.ensure_installed) == "table" then
if not vim.tbl_contains(opts.ensure_installed, "latex") then table.insert(opts.ensure_installed, "latex") end
end
end,
}
-- nvim-treesitter dropped; latex parser available via system package or tree-sitter-cli
return {}