AutoYADM commit: 2025-02-10 16:05:06

This commit is contained in:
Daniel Fichtinger 2025-02-10 16:05:06 -05:00
parent badf872e50
commit b50872cc02

View file

@ -13,6 +13,8 @@ bufferline = "multiple"
color-modes = true color-modes = true
scrolloff = 2 scrolloff = 2
jump-label-alphabet = "tnseriplfuwydhcxoaqz" jump-label-alphabet = "tnseriplfuwydhcxoaqz"
# minimum severity to show
end-of-line-diagnostics = "hint"
# rulers = [120] # rulers = [120]
[editor.cursor-shape] [editor.cursor-shape]
@ -30,6 +32,10 @@ display-messages = true
# and set a binding for it instead # and set a binding for it instead
# auto-signature-help = false # auto-signature-help = false
[editor.inline-diagnostics]
cursor-line = "error"
other-lines = "disable"
[editor.indent-guides] [editor.indent-guides]
render = true render = true
# character = "|" # character = "|"