From 221a7cb5c30543c8a0cc023da444751c9d6534b4 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Wed, 30 Nov 2022 22:20:14 -0600 Subject: [PATCH] Add helix config --- templates/.config/helix/config.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/.config/helix/config.toml diff --git a/templates/.config/helix/config.toml b/templates/.config/helix/config.toml new file mode 100644 index 0000000..f23e9b6 --- /dev/null +++ b/templates/.config/helix/config.toml @@ -0,0 +1,5 @@ +theme = "base16_default" + +[editor] +line-number = "relative" +rulers = [80, 100]