From 781a30673a6e8d69ed103f8ef0c4f3a95c1cd21f Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 10 Mar 2023 23:19:21 -0300 Subject: [PATCH] helix: auto-pairs --- .config/helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 977b87c..ab8f29c 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -1,5 +1,8 @@ theme = "autumn_night" +[editor] +auto-pairs = false + [editor.lsp] display-messages = true