summaryrefslogtreecommitdiff
path: root/.config/helix
diff options
context:
space:
mode:
Diffstat (limited to '.config/helix')
-rw-r--r--.config/helix/config.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/helix/config.toml b/.config/helix/config.toml
new file mode 100644
index 0000000..4ddda7a
--- /dev/null
+++ b/.config/helix/config.toml
@@ -0,0 +1,16 @@
+theme = "catppuccin_mocha"
+
+[editor]
+line-number = "relative"
+cursorline = true
+
+[editor.soft-wrap]
+enable = true
+
+[editor.cursor-shape]
+insert = "bar"
+normal = "block"
+select = "underline"
+
+[editor.file-picker]
+hidden = false