dotfiles/nvim/lua/kanopo/plugins/treesitter.lua
2026-04-14 13:03:39 +02:00

6 lines
87 B
Lua

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