diff --git a/plugins/lang/yaml.nix b/plugins/lang/yaml.nix index 7626a63..7ef6a8d 100644 --- a/plugins/lang/yaml.nix +++ b/plugins/lang/yaml.nix @@ -5,6 +5,7 @@ enable = true; settings.yaml = { + format.singleQuote = true; schemas = { kubernetes = "'*.yaml"; "http://json.schemastore.org/github-workflow" = ".github/workflows/*"; @@ -22,15 +23,5 @@ }; }; }; - - conform-nvim.settings = { - formatters_by_ft = { - yaml = { - __unkeyed-1 = "prettierd"; - __unkeyed-2 = "prettier"; - stop_after_first = true; - }; - }; - }; }; }