mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-28 19:50:09 +02:00
fix(treesitter): disable indent only for python right now
This commit is contained in:
parent
329a2daff4
commit
de6a28b781
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ return {
|
||||||
---@type TSConfig
|
---@type TSConfig
|
||||||
opts = {
|
opts = {
|
||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
indent = { enable = false },
|
indent = { enable = true, disable = { "python" } },
|
||||||
context_commentstring = { enable = true, enable_autocmd = false },
|
context_commentstring = { enable = true, enable_autocmd = false },
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"bash",
|
"bash",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue