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]]