AutoYADM commit: 2025-02-13 12:00:06

This commit is contained in:
Daniel Fichtinger 2025-02-13 12:00:06 -05:00
parent c87d6344cb
commit ec98fb63f6

View file

@ -15,7 +15,7 @@ color-modes = true
scrolloff = 2 scrolloff = 2
jump-label-alphabet = "tnseriplfuwydhcxoaqz" jump-label-alphabet = "tnseriplfuwydhcxoaqz"
# minimum severity to show # minimum severity to show
end-of-line-diagnostics = "hint" end-of-line-diagnostics = "disable"
# rulers = [120] # rulers = [120]
[editor.whitespace.render] [editor.whitespace.render]
@ -47,9 +47,9 @@ 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] [editor.inline-diagnostics]
# cursor-line = "disable" cursor-line = "hint"
# other-lines = "disable" other-lines = "disable"
[editor.indent-guides] [editor.indent-guides]
render = true render = true
@ -92,8 +92,8 @@ x = ":bc"
# UI settings and stuff # UI settings and stuff
[keys.normal.space.u] [keys.normal.space.u]
d = [ d = [
# ':toggle inline-diagnostics.cursor-line disable hint',
':toggle end-of-line-diagnostics hint disable', ':toggle end-of-line-diagnostics hint disable',
':toggle inline-diagnostics.cursor-line disable hint',
] ]
w = ':toggle soft-wrap.enable' w = ':toggle soft-wrap.enable'