From f779732115e06259a4245f0b0587c211c9f62e4e Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sun, 22 Mar 2026 23:31:03 +0100 Subject: [PATCH] Remove helix config --- helix/config.toml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 helix/config.toml diff --git a/helix/config.toml b/helix/config.toml deleted file mode 100644 index f915d40..0000000 --- a/helix/config.toml +++ /dev/null @@ -1,12 +0,0 @@ -theme = "ayu_mirage" - -[editor] -line-number = "relative" - -[editor.cursor-shape] -insert = "bar" -normal = "block" -select = "underline" - -[editor.indent-guides] -render = true