From 6dadedc7ca91cce76a7227642ab894d1bd645c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Sun, 20 Aug 2023 18:16:10 +0200 Subject: [PATCH] Add basic helix config --- helix/config.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 helix/config.toml 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