mirror of
https://codeberg.org/JasterV/dotfiles.git
synced 2026-04-26 18:40:04 +00:00
update helix config
This commit is contained in:
parent
936d0e2ae9
commit
52083ce5c5
1 changed files with 13 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue