mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
6 lines
139 B
Lua
6 lines
139 B
Lua
|
|
return {
|
||
|
|
{'nvim-treesitter/nvim-treesitter'}
|
||
|
|
-- configure parsers via config/treesitter.lua
|
||
|
|
-- update parsers with :TSUpdate
|
||
|
|
}
|