Files
nvim-config/lua/plugins/treesitter.lua
2026-01-16 20:18:31 +01:00

6 lines
88 B
Lua

return {{
'nvim-treesitter/nvim-treesitter',
lazy = false,
build = ':TSUpdate'
}}