nvim
This commit is contained in:
parent
a357256bfa
commit
9acecb78d9
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ treesitter.setup {
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
indent = {
|
||||||
|
enable = { "php" },
|
||||||
|
},
|
||||||
textobjects = {
|
textobjects = {
|
||||||
select = {
|
select = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|
Loading…
Reference in a new issue