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 = ''