|
I have search enabled for flash. When I search something, flash jumping characters are also displayed in the blink menu: exclude = {
"<blink.cmp menu>",
},to exclude it in the flash config. |
Answered by
krovuxdev
Feb 6, 2025
Replies: 2 comments 1 reply
|
@xian-wen You can exclude the Blink CMP menu from Flash by adding these entries to your exclude = {
"blink-cmp-menu",
"blink-cmp-documentation",
"blink-cmp-signature",
}These correspond to different components of the Blink CMP menu, including the main menu, documentation, and signature help. |
1 reply
Answer selected by
xian-wen
|
when i do this my whole search bar is gone and not working properly... |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

@xian-wen You can exclude the Blink CMP menu from Flash by adding these entries to your
excludelist in the Flash config:These correspond to different components of the Blink CMP menu, including the main menu, documentation, and signature help.