From 22ec07aede4a80e628390d1d09ccba6c37069786 Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Wed, 13 Mar 2024 18:25:26 +0100 Subject: Tweaks --- Common/helix/config.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Common/helix/config.toml (limited to 'Common/helix') diff --git a/Common/helix/config.toml b/Common/helix/config.toml new file mode 100644 index 0000000..ea5006f --- /dev/null +++ b/Common/helix/config.toml @@ -0,0 +1,15 @@ +theme = "everforest_light" + +[editor] +mouse = true +gutters = ["diff"] +auto-completion = true +auto-format = false + +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline" + +[editor.file-picker] +hidden = false -- cgit v1.2.3