diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-03-13 18:25:26 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-03-13 18:25:26 +0100 |
commit | 22ec07aede4a80e628390d1d09ccba6c37069786 (patch) | |
tree | 1e2ab672b9fbcde6f700ea550195c8199a1f15d3 /Common/helix/config.toml | |
parent | b14d51849a6befc04de6ac779f9a4182be239329 (diff) | |
download | dotfiles-22ec07aede4a80e628390d1d09ccba6c37069786.tar.gz dotfiles-22ec07aede4a80e628390d1d09ccba6c37069786.zip |
Tweaks
Diffstat (limited to 'Common/helix/config.toml')
-rw-r--r-- | Common/helix/config.toml | 15 |
1 files changed, 15 insertions, 0 deletions
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 |