From 6822960dfe1d0e3152cfbbc7e13dec49f683c6ec Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sat, 27 Jan 2024 14:24:42 +0100 Subject: [PATCH] helix: enable highlighting of all lines with a cursor --- editor/helix/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/helix/config.toml b/editor/helix/config.toml index bfa161d..e4f9f7e 100644 --- a/editor/helix/config.toml +++ b/editor/helix/config.toml @@ -4,6 +4,7 @@ theme="sonokai" mouse = false preview-completion-insert = false color-modes = true +cursorline = true [editor.indent-guides] render = true