update helix config

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

View file

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