From 4b5369a10cad9e9216ff85245384fd5d72ad917e Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 20 Nov 2023 10:39:00 +0300 Subject: [PATCH] Disable auto suggestion in helix properly --- machines/enka/helix/default.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/machines/enka/helix/default.nix b/machines/enka/helix/default.nix index 482b81e..25265db 100644 --- a/machines/enka/helix/default.nix +++ b/machines/enka/helix/default.nix @@ -7,16 +7,16 @@ settings.theme = "gruvbox_dark_hard"; settings.editor = { - color-modes = true; - completion-replace = true; - cursor-shape.insert = "bar"; - cursorline = true; - bufferline = "multiple"; - idle-timeout = 10000; - file-picker.hidden = false; - line-number = "relative"; - shell = [ "nu" "--commands" ]; - text-width = 100; + auto-completion = false; + color-modes = true; + completion-replace = true; + cursor-shape.insert = "bar"; + cursorline = true; + bufferline = "multiple"; + file-picker.hidden = false; + line-number = "relative"; + shell = [ "nu" "--commands" ]; + text-width = 100; }; settings.editor.indent-guides = {