diff --git a/.config/helix/config.toml b/.config/helix/config.toml new file mode 100644 index 00000000..448393ab --- /dev/null +++ b/.config/helix/config.toml @@ -0,0 +1,9 @@ +theme = "onedark" + +[editor] +line-number = "relative" + +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline" diff --git a/.config/helix/themes/ashen.toml b/.config/helix/themes/ashen.toml new file mode 100644 index 00000000..e69de29b