nvim/lua/plugins/treesitter.lua
2026-08-18 09:12:45 +02:00

7 lines
133 B
Lua

return {
"nvim-treesitter/nvim-treesitter",
lazy = false,
build = ":TSUpdate",
branch = "main",
config = function() end,
}