From fac3081a3e88f9f2ff6aebc73871eb3405d2decf Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 8 Sep 2023 20:28:45 +0200 Subject: [PATCH] helix: replace entire word on autocompletion, modified statusbar --- roles/home/helix.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/roles/home/helix.nix b/roles/home/helix.nix index 29820ab..e54f435 100644 --- a/roles/home/helix.nix +++ b/roles/home/helix.nix @@ -13,7 +13,9 @@ [editor] cursorline = true true-color = true - + gutters = ["diff", "diagnostics", "line-numbers", "spacer"] + completion-replace = true + [editor.cursor-shape] insert = "bar" normal = "block" @@ -24,6 +26,10 @@ [editor.indent-guides] render = true + + [editor.statusline] + left = ["mode", "spinner"] + center = ["file-name"] ''; file.".config/helix/languages.toml".text = ''