summary refs log tree commit diff
path: root/helix.toml
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel@dybiec.info>2023-09-30 18:05:20 +0100
committerPaweł Dybiec <pawel@dybiec.info>2023-09-30 18:05:20 +0100
commit640a4b831057435cd06cb91397c1d4f185775984 (patch)
treefe42e9035585bd87cbfbdf5921a30dcb505207c0 /helix.toml
parentbashrc (diff)
Add helix and update tmux conf main
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