9 lines
179 B
Lua
9 lines
179 B
Lua
|
return {
|
||
|
-- Highlight, edit, and navigate code
|
||
|
'nvim-treesitter/nvim-treesitter',
|
||
|
dependencies = {
|
||
|
'nvim-treesitter/nvim-treesitter-textobjects',
|
||
|
},
|
||
|
build = ':TSUpdate',
|
||
|
}
|