Skip to content

Commit b35a559

Browse files
committed
feat: re-enable typo resistance by default
1 parent 722b41b commit b35a559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/blink/cmp/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ local config = {
221221
fuzzy = {
222222
-- when enabled, allows for a number of typos relative to the length of the query
223223
-- disabling this matches the behavior of fzf
224-
use_typo_resistance = false,
224+
use_typo_resistance = true,
225225
-- frencency tracks the most recently/frequently used items and boosts the score of the item
226226
use_frecency = true,
227227
-- proximity bonus boosts the score of items with a value in the buffer

0 commit comments

Comments
 (0)