diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index b082e15a..f6035f74 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -300,7 +300,7 @@ formatter = { command = "just-formatter" } # See https://github.com/eli-yip/just # language-servers = ["just-lsp", "scls"] -# [[language]] -# name = "yaml" -# auto-format = true -# # formatter = { command = "yamlfmt", args = ['-'] } +[[language]] +name = "yaml" +auto-format = true +formatter = { command = "yamlfmt", args = ['-'] }