nvim: disable TS indenting for YAML files

This commit is contained in:
Oliver Davies 2022-01-03 20:46:22 +00:00
parent 0d68d51ed1
commit 1c47a51c8b

View file

@ -12,6 +12,7 @@ configs.setup {
enable = true,
},
indent = {
disable = { "yaml" },
enable = true,
}
}