summaryrefslogtreecommitdiff
path: root/.config/helix/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/helix/config.toml')
-rw-r--r--.config/helix/config.toml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/helix/config.toml b/.config/helix/config.toml
deleted file mode 100644
index d11b05b..0000000
--- a/.config/helix/config.toml
+++ /dev/null
@@ -1,8 +0,0 @@
-theme = "ctp"
-
-[editor]
-gutters = [ "diagnostics", "spacer", "line-numbers", "spacer", "diff" ]
-bufferline = "always"
-line-number = "relative"
-mouse = false
-indent-guides = { render = true }