fixed treesitter

This commit is contained in:
liph
2026-02-05 15:55:31 +01:00
parent 8b28075f40
commit 001c74dfa7

View File

@@ -3,6 +3,7 @@ return {
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
build = ":TSUpdate", -- Updates parsers on install build = ":TSUpdate", -- Updates parsers on install
priority = 1000, -- ← HIGHEST priority
config = true, -- Let lazy.nvim auto-call .setup() with opts config = true, -- Let lazy.nvim auto-call .setup() with opts
opts = { opts = {
ensure_installed = { ensure_installed = {