-
|
It works for lua file and empty buffer with no file type. Is there any specific configuration for c type file? |
Beta Was this translation helpful? Give feedback.
Answered by
cpcopy
Dec 3, 2025
Replies: 1 comment 2 replies
-
|
It should work. What's your blink configuration? In the meantime you can force the opts = {
sources = {
providers = {
lsp = {
fallbacks = {},
},
},
},
}, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the suggestion. What I just found is the c file is too big. After update the configuration of
max_async_buffer_sizeandmax_total_buffer_sizeto a larger value, it works. What is the side effect if change these value to a larger one?