Fix: disable treesitter indent for python

This commit is contained in:
Bertrand Benjamin 2022-12-28 06:28:27 +01:00
parent 74e33d46b2
commit 4f11c1a9b9
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ ts.setup {
},
indent = {
enable = true,
disable = { "python", },
}
}
-- vim.opt.foldmethod = "expr"