From 001c74dfa745cef202c34d17ca807b0eec20c912 Mon Sep 17 00:00:00 2001 From: liph Date: Thu, 5 Feb 2026 15:55:31 +0100 Subject: [PATCH] fixed treesitter --- nvim/.config/nvim/lua/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/.config/nvim/lua/plugins/treesitter.lua b/nvim/.config/nvim/lua/plugins/treesitter.lua index 67bc476..e3470e0 100644 --- a/nvim/.config/nvim/lua/plugins/treesitter.lua +++ b/nvim/.config/nvim/lua/plugins/treesitter.lua @@ -3,6 +3,7 @@ return { { "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", -- Updates parsers on install + priority = 1000, -- ← HIGHEST priority config = true, -- Let lazy.nvim auto-call .setup() with opts opts = { ensure_installed = {