From 4c710a4e4783b8bcb3539f309270018ba1681e13 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Tue, 6 Feb 2024 20:07:28 +0100 Subject: [PATCH] helix: Line numbers now relative Like a true chad --- editor/helix/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/helix/config.toml b/editor/helix/config.toml index 1a14d7f..7ab491b 100644 --- a/editor/helix/config.toml +++ b/editor/helix/config.toml @@ -1,6 +1,7 @@ theme="sonokai" [editor] +line-number = "relative" mouse = false preview-completion-insert = false color-modes = true