AutoYADM commit: 2025-02-12 21:30:06

This commit is contained in:
Daniel Fichtinger 2025-02-12 21:30:06 -05:00
parent 4429b16a33
commit 1b89aa2684

View file

@ -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 = "error" # cursor-line = "disable"
other-lines = "disable" # other-lines = "disable"
[editor.indent-guides] [editor.indent-guides]
render = true render = true
@ -91,7 +91,10 @@ x = ":bc"
# UI settings and stuff # UI settings and stuff
[keys.normal.space.u] [keys.normal.space.u]
d = ':toggle inline-diagnostics.cursor-line disable warning' d = [
# ':toggle inline-diagnostics.cursor-line disable hint',
':toggle end-of-line-diagnostics hint disable',
]
w = ':toggle soft-wrap.enable' w = ':toggle soft-wrap.enable'
[keys.select.g] [keys.select.g]