13 lines
207 B
Lua
13 lines
207 B
Lua
-- lua/plugins/treesitter.lua
|
|
-- print('treesitter.lua loaded')
|
|
|
|
return {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
|
|
dependencies = {
|
|
"nvim-treesitter/nvim-treesitter-textobjects",
|
|
},
|
|
|
|
build = ":TSUpdate",
|
|
}
|