From 190bff3ac0448aad3bed8aafe32c7fe84c283977 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 16 Nov 2023 13:32:40 +0100 Subject: [PATCH] helix: remove completion-replace --- roles/home/helix.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/home/helix.nix b/roles/home/helix.nix index cef82f6..64f0825 100644 --- a/roles/home/helix.nix +++ b/roles/home/helix.nix @@ -23,7 +23,6 @@ in cursorline = true true-color = true gutters = ["diff", "diagnostics", "line-numbers", "spacer"] - completion-replace = true [editor.cursor-shape] insert = "bar"