We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722b41b commit b35a559Copy full SHA for b35a559
lua/blink/cmp/config.lua
@@ -221,7 +221,7 @@ local config = {
221
fuzzy = {
222
-- when enabled, allows for a number of typos relative to the length of the query
223
-- disabling this matches the behavior of fzf
224
- use_typo_resistance = false,
+ use_typo_resistance = true,
225
-- frencency tracks the most recently/frequently used items and boosts the score of the item
226
use_frecency = true,
227
-- proximity bonus boosts the score of items with a value in the buffer
0 commit comments