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"
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue