nvim: enable tree-sitter indent
This commit is contained in:
parent
398438233a
commit
b03079483e
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ return {
|
|||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
indent = {
|
||||
enable = true,
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue