Remove treesitter after causing problems
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Has been cancelled

This commit is contained in:
Nina Chloé Kassandra Reiß
2026-02-27 22:18:30 +01:00
parent 4b1aa4c634
commit 92ef872202

View File

@@ -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",