From 92ef872202bf1bb5573019a0103a51f0ca3c73e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chlo=C3=A9=20Kassandra=20Rei=C3=9F?= Date: Fri, 27 Feb 2026 22:18:30 +0100 Subject: [PATCH] Remove treesitter after causing problems --- lua/plugins.lua | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 87fd43b..4903d4d 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -41,25 +41,6 @@ return { "nvim-tree/nvim-web-devicons", { "romgrk/barbar.nvim", wants = "nvim-web-devicons" }, "mhinz/vim-startify", - { - "nvim-treesitter/nvim-treesitter", - build = ":TSUpdate", - config = function() - local configs = require("nvim-treesitter.configs") - - configs.setup({ - -- ensure_installed = { "c", "vim", "ada", "html", "python" }, - sync_install = false, - highlight = { enable = true }, - indent = { enable = true }, - rainbow = { - enable = true, - extended_mode = true, - max_file_lines = 3000, - }, - }) - end, - }, "dense-analysis/ale", "f-person/git-blame.nvim", "dstein64/vim-startuptime",