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"