The buffer text did not appear in the completion list #1021
Answered
by
synic
ShiChenCong
asked this question in
Q&A
-
![]() |
Beta Was this translation helpful? Give feedback.
Answered by
synic
Jan 20, 2025
Replies: 1 comment 1 reply
-
You need to remove the "buffer" source from the lsp provider fallbacks lsp = {
name = "LSP",
module = "blink.cmp.sources.lsp",
score_offset = 2000,
fallbacks = { "snippets" },
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ShiChenCong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to remove the "buffer" source from the lsp provider fallbacks