From 1760fd56bca061a0258a4f92d369870095f1cd28 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 26 Mar 2023 11:03:50 -0400 Subject: use the diff gutter in helix --- config/helix/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/helix/config.toml b/config/helix/config.toml index 50031ed..bbc6cde 100644 --- a/config/helix/config.toml +++ b/config/helix/config.toml @@ -1,7 +1,7 @@ theme = "doy" [editor] -gutters = ["diagnostics"] +gutters = ["diagnostics", "diff"] auto-info = false color-modes = true -- cgit v1.2.3-54-g00ecf