From 041bb31efa9b54ce9edd11eca81dea1e9b5b36d5 Mon Sep 17 00:00:00 2001 From: Fredrik Robertsen Date: Tue, 4 Aug 2026 06:53:02 +0200 Subject: [PATCH] -diff +diff --- dotfiles/.config/helix/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.config/helix/config.toml b/dotfiles/.config/helix/config.toml index 7ba8b9b..12e8bfd 100644 --- a/dotfiles/.config/helix/config.toml +++ b/dotfiles/.config/helix/config.toml @@ -6,7 +6,7 @@ auto-completion = false auto-format = false cursorline = true color-modes = true -gutters = ["line-numbers", "spacer", "diff"] +gutters = ["diff", "line-numbers", "spacer"] [editor.cursor-shape] insert = "bar"