7 lines
162 B
Lua
7 lines
162 B
Lua
-- Treesitter for syntax highlighting (load early)
|
|
return {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
build = ":TSUpdate",
|
|
priority = 100, -- Load early
|
|
}
|