diff --git a/home/config/nil/editor.nix b/home/config/nil/editor.nix index 49e5609..010e419 100644 --- a/home/config/nil/editor.nix +++ b/home/config/nil/editor.nix @@ -14,6 +14,12 @@ }; auto-pairs = { + "(" = ")"; + "[" = "]"; + "{" = "}"; + "\"" = "\""; + "'" = "'"; + "`" = "`"; "“" = "”"; "‘" = "’"; "„" = "“";