From 5b94384e75784c4569a1a15dc5a162ef1d8e21a5 Mon Sep 17 00:00:00 2001 From: Nate Cox Date: Sat, 4 Jul 2026 23:59:02 -0700 Subject: Add helix config --- .config/helix/config.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .config/helix/config.toml (limited to '.config/helix/config.toml') diff --git a/.config/helix/config.toml b/.config/helix/config.toml new file mode 100644 index 0000000..4ddda7a --- /dev/null +++ b/.config/helix/config.toml @@ -0,0 +1,16 @@ +theme = "catppuccin_mocha" + +[editor] +line-number = "relative" +cursorline = true + +[editor.soft-wrap] +enable = true + +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline" + +[editor.file-picker] +hidden = false -- cgit v1.3.1