This commit is contained in:
2026-03-16 15:04:20 +01:00
parent d9fcc3e3ec
commit 3e878aabe5

View File

@ -1,11 +0,0 @@
return {
"nvim-treesitter/nvim-treesitter",
run = ":TSUpdate",
config = function()
require("nvim-treesitter.configs").setup({
ensure_installed = { "lua", "c", "cpp", "rust" },
highlight = { enable = true, additional_vim_regex_highlighting = false },
indent = { enable = true },
})
end,
}