AutoYADM commit: 2025-02-12 21:30:06
This commit is contained in:
parent
4429b16a33
commit
1b89aa2684
1 changed files with 7 additions and 4 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue