summaryrefslogtreecommitdiffstats
path: root/after/plugin/ts.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--after/plugin/ts.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/after/plugin/ts.lua b/after/plugin/ts.lua
index 7e5a490..96bebb6 100644
--- a/after/plugin/ts.lua
+++ b/after/plugin/ts.lua
@@ -24,4 +24,7 @@ treesitter.setup {
enable = true,
additional_vim_regex_highlighting = false,
},
+ indent = {
+ enable = true
+ },
}