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