From bd5400fdcd4048da765e620f5b39e03139f41ba4 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 3 Jul 2022 11:41:43 +0200 Subject: [PATCH] add helix --- dot_config/helix/config.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dot_config/helix/config.toml diff --git a/dot_config/helix/config.toml b/dot_config/helix/config.toml new file mode 100644 index 00000000..d4828942 --- /dev/null +++ b/dot_config/helix/config.toml @@ -0,0 +1,7 @@ +theme = "gruvbox" + +[editor] +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline"