From 8699e94faca52f74608e1dbf9f2970941f7b8831 Mon Sep 17 00:00:00 2001 From: Matt Carrier Date: Fri, 9 Feb 2024 16:49:28 -0800 Subject: [PATCH] fix: add yml as yaml extension --- modules/editors/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editors/helix.nix b/modules/editors/helix.nix index 1b9a834..a92699e 100644 --- a/modules/editors/helix.nix +++ b/modules/editors/helix.nix @@ -264,7 +264,7 @@ in { [[language]] name = "yaml" - file-types = ["yaml"] + file-types = ["yaml", "yml"] indent = { tab-width = 2, unit = " " } [[language]]