Fix: disable treesitter indent for python
This commit is contained in:
@@ -10,6 +10,7 @@ ts.setup {
|
||||
},
|
||||
indent = {
|
||||
enable = true,
|
||||
disable = { "python", },
|
||||
}
|
||||
}
|
||||
-- vim.opt.foldmethod = "expr"
|
||||
|
Reference in New Issue
Block a user