From 86191d41aa5600f8af8f737b2d49f28b3404688d Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 19 Nov 2023 20:30:24 +0100 Subject: [PATCH] Change helix settings --- private_dot_config/helix/config.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/private_dot_config/helix/config.toml b/private_dot_config/helix/config.toml index b4a49a8..e5a41cc 100644 --- a/private_dot_config/helix/config.toml +++ b/private_dot_config/helix/config.toml @@ -1,5 +1,4 @@ theme = "dracula-purple" -# icons = "nerdfonts" [editor] rulers = [120] @@ -7,15 +6,14 @@ shell = ["nu", "-c"] true-color = true cursorline = true color-modes = true +bufferline = "always" +line-number = "relative" [editor.cursor-shape] insert = "bar" normal = "block" select = "underline" -[editor.soft-wrap] -enable = true - [editor.statusline] left = ["mode", "spinner", "spacer", "file-name"] center = [] @@ -30,6 +28,10 @@ display-inlay-hints = true render = true rainbow = "dim" +[editor.whitespace.render] +tab = "all" +nbsp = "all" + [keys.normal] C-j = "half_page_down" C-k = "half_page_up"