diff --git a/helix/config.toml b/helix/config.toml new file mode 100644 index 0000000..43cd248 --- /dev/null +++ b/helix/config.toml @@ -0,0 +1,13 @@ +theme = "base16_transparent" + +[editor] +line-number = "relative" +mouse = true + +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline" + +[editor.file-picker] +hidden = false