aboutsummaryrefslogtreecommitdiff
path: root/Common/helix
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2024-05-02 01:22:42 +0200
committerjakob.stendahl <jakob.stendahl@infomedia.dk>2024-05-02 01:22:42 +0200
commit03c510ab2fa66c7783e5df6d61ff6f9d40b1b2d8 (patch)
treeedb8d221ec13e57a2cad50cccdd381e8dd1cd57e /Common/helix
parentbc3730648f94148fbd6fedd4e447e0885ce31c89 (diff)
downloaddotfiles-03c510ab2fa66c7783e5df6d61ff6f9d40b1b2d8.tar.gz
dotfiles-03c510ab2fa66c7783e5df6d61ff6f9d40b1b2d8.zip
Remove unused
Diffstat (limited to 'Common/helix')
-rw-r--r--Common/helix/config.toml15
1 files changed, 0 insertions, 15 deletions
diff --git a/Common/helix/config.toml b/Common/helix/config.toml
deleted file mode 100644
index ea5006f..0000000
--- a/Common/helix/config.toml
+++ /dev/null
@@ -1,15 +0,0 @@
-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