This commit is contained in:
Nikos Papadakis 2023-01-15 11:38:59 +02:00
parent a357256bfa
commit 9acecb78d9
Signed by untrusted user who does not match committer: nikos
GPG key ID: 78871F9905ADFF02

View file

@ -23,6 +23,9 @@ treesitter.setup {
highlight = { highlight = {
enable = true, enable = true,
}, },
indent = {
enable = { "php" },
},
textobjects = { textobjects = {
select = { select = {
enable = true, enable = true,