From 88aec234c845f786c4743b8e9b5d5f537e16a35e Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 15 Apr 2025 22:30:05 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-15 22:30:05 --- .config/helix/languages.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 = ['-'] }