Disabling TS indenting

This commit is contained in:
Ian Roddis
2025-09-03 14:47:22 -03:00
parent e492fa1462
commit a0122f0893
+1 -1
View File
@@ -582,7 +582,7 @@ vim.defer_fn(function()
-- You can specify additional Treesitter modules here: -- For example: -- playground = {--enable = true,-- },
modules = {},
highlight = { enable = true },
indent = { enable = true },
indent = { enable = false }, --- Works terribly with python
incremental_selection = {
enable = true,
keymaps = {