From 3ebcda26d7247bbe72704c63f3746d031764e6f5 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 6 Oct 2024 12:48:43 +0200 Subject: [PATCH] helix: remove cursorline --- modules/programs/editors/helix/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/editors/helix/module.nix b/modules/programs/editors/helix/module.nix index 8e9eee1..9f5bc08 100644 --- a/modules/programs/editors/helix/module.nix +++ b/modules/programs/editors/helix/module.nix @@ -19,7 +19,7 @@ in { settings = { theme = "catppuccin_mocha"; editor = { - cursorline = true; + cursorline = false; color-modes = true; indent-guides.render = true; lsp = {