From a1513b419efa13c3018cce0699d1ae5c44d3a2d0 Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Fri, 6 Feb 2026 17:47:51 +0100 Subject: [PATCH] helix config --- .config/helix/config.toml | 2 ++ 1 file changed, 2 insertions(+) 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..fe87aa0 --- /dev/null +++ b/.config/helix/config.toml @@ -0,0 +1,2 @@ +# hx --grammar fetch && hx --grammar build +theme = "vim_dark_high_contrast"