14 lines
239 B
Lua
14 lines
239 B
Lua
return {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
opts = {
|
|
ensure_installed = "all",
|
|
highlight = {
|
|
enable = true
|
|
},
|
|
indent = {
|
|
enable = true
|
|
}
|
|
},
|
|
main = "nvim-treesitter.configs",
|
|
build = ":TSUpdate",
|
|
}
|