mirror of
https://github.com/don-philipe/dotfiles.git
synced 2026-05-14 04:21:46 +02: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
|
||
|
|
}
|