summaryrefslogtreecommitdiff
path: root/.config/helix
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-06-17 23:45:12 -0400
committerSam Nystrom <sam@samnystrom.dev>2023-06-17 23:45:12 -0400
commit01513f36c889778cb50b1a47b3b4dd0a414d8b1b (patch)
tree05b34b61a81a4d2b8ee9f72cae30cb62718ed194 /.config/helix
parent73dae29d64cb0fc80968f77ef27c97412bffd817 (diff)
helix: use relative line numbers
Diffstat (limited to '.config/helix')
-rw-r--r--.config/helix/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/helix/config.toml b/.config/helix/config.toml
index 79999c1..d11b05b 100644
--- a/.config/helix/config.toml
+++ b/.config/helix/config.toml
@@ -3,5 +3,6 @@ theme = "ctp"
[editor]
gutters = [ "diagnostics", "spacer", "line-numbers", "spacer", "diff" ]
bufferline = "always"
+line-number = "relative"
mouse = false
indent-guides = { render = true }