From 4db7bd3f440f37431d4b9488ef4b45c00d491b95 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 29 Jun 2023 17:01:16 -0500 Subject: [PATCH] Speedymode --- common/helix/config.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/common/helix/config.toml b/common/helix/config.toml index 60eebc7..eac000b 100644 --- a/common/helix/config.toml +++ b/common/helix/config.toml @@ -4,6 +4,8 @@ theme = "custom" soft-wrap.enable = true auto-pairs = false auto-save = false +completion-trigger-len = 1 +color-modes = false bufferline = "multiple" scrolloff = 8 rulers = [80, 120] @@ -21,6 +23,15 @@ hidden = false render = true character = "▏" +[editor.lsp] +display-messages = true +display-inlay-hints = true + +[editor.statusline] +left = ["mode", "spinner", "selections", "primary-selection-length", "position", "position-percentage", "diagnostics", "workspace-diagnostics"] +center = ["file-name"] +right = [ "version-control", "total-line-numbers", "file-encoding"] + [keys.insert] j = { k = "normal_mode", j = "normal_mode", K = "normal_mode", J = "normal_mode" }