AutoYADM commit: 2025-04-05 15:15:08
This commit is contained in:
parent
b815bb2046
commit
b493b0373f
1 changed files with 10 additions and 6 deletions
|
@ -3,15 +3,18 @@ theme = "ashen"
|
||||||
[editor]
|
[editor]
|
||||||
line-number = "relative"
|
line-number = "relative"
|
||||||
undercurl = true
|
undercurl = true
|
||||||
# true-color = true
|
|
||||||
# Not sure if I should enable this by default...
|
|
||||||
# maybe it's better to just get used to using the clipboards separately?
|
|
||||||
# Wouldn't be a bad idea to encorporate two clipboards into my workflow,
|
|
||||||
# especially for stuff like swapping selections and stuff...
|
|
||||||
default-yank-register = '+'
|
default-yank-register = '+'
|
||||||
cursorline = true
|
cursorline = true
|
||||||
bufferline = "multiple"
|
bufferline = "multiple"
|
||||||
color-modes = true
|
color-modes = true
|
||||||
|
|
||||||
|
mouse = true
|
||||||
|
continue-comments = false
|
||||||
|
auto-completion = true
|
||||||
|
path-completion = true
|
||||||
|
completion-replace = true
|
||||||
|
completion-trigger-len = 2
|
||||||
|
|
||||||
scrolloff = 2
|
scrolloff = 2
|
||||||
jump-label-alphabet = "tnseriplfuwydhcxoaqz"
|
jump-label-alphabet = "tnseriplfuwydhcxoaqz"
|
||||||
# minimum severity to show
|
# minimum severity to show
|
||||||
|
@ -40,6 +43,7 @@ mode.normal = "NRM"
|
||||||
[editor.lsp]
|
[editor.lsp]
|
||||||
display-inlay-hints = true
|
display-inlay-hints = true
|
||||||
display-messages = true
|
display-messages = true
|
||||||
|
display-progress-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 = true
|
auto-signature-help = true
|
||||||
|
@ -61,7 +65,7 @@ wrap-indicator = ""
|
||||||
|
|
||||||
[keys.insert]
|
[keys.insert]
|
||||||
C-k = "signature_help"
|
C-k = "signature_help"
|
||||||
C-c = "normal_mode"
|
C-c = "completion"
|
||||||
|
|
||||||
[keys.normal]
|
[keys.normal]
|
||||||
# swap select_mode and regex keys
|
# swap select_mode and regex keys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue