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 = {
|
||||
enable = true,
|
||||
},
|
||||
indent = {
|
||||
enable = { "php" },
|
||||
},
|
||||
textobjects = {
|
||||
select = {
|
||||
enable = true,
|
||||
|
|
Loading…
Reference in a new issue