nvim: disable TS indenting for YAML files
This commit is contained in:
parent
0d68d51ed1
commit
1c47a51c8b
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ configs.setup {
|
|||
enable = true,
|
||||
},
|
||||
indent = {
|
||||
disable = { "yaml" },
|
||||
enable = true,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue