AutoYADM commit: 2025-02-19 16:00:07
This commit is contained in:
parent
0966b08f46
commit
1d1bb6ad0e
1 changed files with 7 additions and 1 deletions
|
@ -42,7 +42,7 @@ display-inlay-hints = true
|
||||||
display-messages = true
|
display-messages = true
|
||||||
# TODO: disable auto signature help
|
# TODO: disable auto signature help
|
||||||
# and set a binding for it instead
|
# and set a binding for it instead
|
||||||
# auto-signature-help = false
|
auto-signature-help = true
|
||||||
|
|
||||||
[editor.inline-diagnostics]
|
[editor.inline-diagnostics]
|
||||||
cursor-line = "disable"
|
cursor-line = "disable"
|
||||||
|
@ -56,7 +56,11 @@ skip-levels = 1
|
||||||
[editor.soft-wrap]
|
[editor.soft-wrap]
|
||||||
enable = true
|
enable = true
|
||||||
|
|
||||||
|
[keys.insert]
|
||||||
|
C-k = "signature_help"
|
||||||
|
|
||||||
[keys.normal]
|
[keys.normal]
|
||||||
|
C-k = "signature_help"
|
||||||
C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]
|
C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]
|
||||||
"\\" = ":format"
|
"\\" = ":format"
|
||||||
"+" = ":reflow"
|
"+" = ":reflow"
|
||||||
|
@ -100,6 +104,8 @@ D = ':toggle inline-diagnostics.cursor-line disable hint'
|
||||||
w = ':toggle soft-wrap.enable'
|
w = ':toggle soft-wrap.enable'
|
||||||
s = ':set soft-wrap.wrap-at-text-width true'
|
s = ':set soft-wrap.wrap-at-text-width true'
|
||||||
S = ':set soft-wrap.wrap-at-text-width false'
|
S = ':set soft-wrap.wrap-at-text-width false'
|
||||||
|
k = ":toggle lsp.auto-signature-help"
|
||||||
|
|
||||||
[keys.select.g]
|
[keys.select.g]
|
||||||
m = "extend_to_line_start"
|
m = "extend_to_line_start"
|
||||||
i = "extend_to_line_end"
|
i = "extend_to_line_end"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue