Signature Help Hides Autocompletions #5477
Answered
by
the-mikedavis
AlexNomadrg
asked this question in
Q&A
-
When signature help shows up I can't see autocomplete suggestions my config theme = "nord"
[editor]
bufferline = "multiple"
cursorline = false
color-modes = true
idle-timeout = 0
[editor.indent-guides]
render = true
character = "▏"
[keys.normal]
esc = ["collapse_selection", "keep_primary_selection"]
tab = ":buffer-next"
"S-tab" = ":buffer-previous"
space = {x = ":buffer-close"}
[keys.insert]
[keys.select]
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
|
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Jan 10, 2023
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AlexNomadrg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#3821