mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-06 07:24:39 +02:00
feat(treesitter): use Python indents as they've improved greatly (#490)
This commit is contained in:
parent
c4572fcec8
commit
59eb19835f
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 = true, disable = { "python" } },
|
indent = { enable = true },
|
||||||
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