update helix config

This commit is contained in:
JasterV 2025-06-01 16:31:47 +02:00
parent 936d0e2ae9
commit 52083ce5c5

View file

@ -1,7 +1,7 @@
theme = "catppuccin_macchiato"
[editor]
line-number = "absolute"
line-number = "relative"
cursorline = true
mouse = true
middle-click-paste = false
@ -12,6 +12,7 @@ end-of-line-diagnostics = "hint"
[editor.inline-diagnostics]
cursor-line = "warning" # show warnings and errors on the cursorline inline
other-lines = "warning"
[editor.lsp]
enable = true
@ -19,6 +20,17 @@ display-messages = true
display-progress-messages = true
display-inlay-hints = false
[editor.whitespace]
render = "none"
[editor.whitespace.characters]
space = "·"
nbsp = "⍽"
nnbsp = "␣"
tab = "→"
newline = "⏎"
tabpad = "·"
[editor.cursor-shape]
normal = "block"
insert = "bar"