summaryrefslogtreecommitdiffstats
path: root/lua/plugins/treesitter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/treesitter.lua')
-rw-r--r--lua/plugins/treesitter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua
index 4e488ad..ee16f1b 100644
--- a/lua/plugins/treesitter.lua
+++ b/lua/plugins/treesitter.lua
@@ -10,7 +10,7 @@ return {
auto_install = true,
ignore_install = { 'latex' },
highlight = { enable = true },
- indent = { enable = true, disable = { 'python' } },
+ indent = { enable = true, disable = { 'python' } },
ensure_installed = {
'javascript',
'python',