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