diff --git a/machines/enka/helix/default.nix b/machines/enka/helix/default.nix index e98f2a2..1ee61cc 100644 --- a/machines/enka/helix/default.nix +++ b/machines/enka/helix/default.nix @@ -17,13 +17,13 @@ }; settings.editor.auto-pairs = { - "(" = ")"; - "{" = "}"; - "[" = "]"; - '"' = '"'; - "'" = "'"; - "<" = ">"; - "`" = "`"; + "(" = ")"; + "{" = "}"; + "[" = "]"; + "\"" = "\""; + "'" = "'"; + "<" = ">"; + "`" = "`"; }; settings.editor.statusline.mode = {