nvim: enable tree-sitter indent

This commit is contained in:
insects 2025-05-06 13:18:48 +02:00
parent 398438233a
commit b03079483e

View file

@ -59,6 +59,9 @@ return {
highlight = {
enable = true,
},
indent = {
enable = true,
},
})
end,
},