From 509c28cf0a368659ffae721d5aeda55fa8c2b0f6 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 20 Jul 2024 11:23:01 +0200 Subject: Add helix config --- config/helix/config.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 config/helix/config.toml diff --git a/config/helix/config.toml b/config/helix/config.toml new file mode 100644 index 0000000..22b9b7c --- /dev/null +++ b/config/helix/config.toml @@ -0,0 +1 @@ +theme = "gruvbox" -- cgit