summary refs log tree commit diff
path: root/helix.toml
diff options
context:
space:
mode:
Diffstat (limited to 'helix.toml')
-rw-r--r--helix.toml17
1 files changed, 16 insertions, 1 deletions
diff --git a/helix.toml b/helix.toml
index 815ed7a..54233e4 100644
--- a/helix.toml
+++ b/helix.toml
@@ -1 +1,16 @@
-theme = "monokai"
+theme = "dark_plus"
+
+[editor]
+line-number = "absolute"
+cursorline = true
+
+[editor.soft-wrap]
+enable = true
+
+[editor.cursor-shape]
+normal = "underline"
+insert = "bar"
+select= "block"
+
+[editor.lsp]
+display-inlay-hints = true