-
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. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
This is unfortunately a side effect of the current scoring from the fuzzy matcher. You can follow Saghen/frizbee#34 which should remedy it