|
Even when stdint.h is included and sys/types.h is not, blink still wants to complete e.g. "uin" to "u_int", "u_int16_t", "u_int64_t", etc. before suggesting "uint32_t" etc. I am using a kickstart.nvim configuration with no changes in the LSP or blink.cmp section besides enabling more LSPs, meaning for .c files the clangd LSP should be used. You can also find it on my profile. |
Answered by
saghen
Jun 1, 2025
Replies: 1 comment 2 replies
|
This is unfortunately a side effect of the current scoring from the fuzzy matcher. You can follow saghen/frizbee#34 which should remedy it |
2 replies
Answer selected by
janhampe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is unfortunately a side effect of the current scoring from the fuzzy matcher. You can follow saghen/frizbee#34 which should remedy it