From 75f4903d4a488cad4820c68de4083adfea8c4e56 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sat, 1 Aug 2026 13:34:07 +0200 Subject: treesitter: Das Plugin unterstützt kein Lazy-Loading. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/lua/plugins/treesitter.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nvim/lua/plugins/treesitter.lua') diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua index f33a414..faa850a 100644 --- a/nvim/lua/plugins/treesitter.lua +++ b/nvim/lua/plugins/treesitter.lua @@ -9,8 +9,7 @@ return { "nvim-treesitter/nvim-treesitter", branch = "main", build = ":TSUpdate", - event = "BufReadPost", - lazy = true, + lazy = false, opts = {}, config = function(_, opts) local treesitter = require("nvim-treesitter") -- cgit v1.3