Skip to content

Commit

Permalink
docs: fix typo in config.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Oct 16, 2024
1 parent fa64556 commit deaefd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/blink/cmp/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ local config = {

fuzzy = {
-- 'prefix' will fuzzy match on the text before the cursor
-- 'full' will fuzzy match on the text befor *and* after the cursor
-- 'full' will fuzzy match on the text before *and* after the cursor
-- example: 'foo_|_bar' will match 'foo_' for 'prefix' and 'foo__bar' for 'full'
keyword_range = 'prefix',
-- frencency tracks the most recently/frequently used items and boosts the score of the item
Expand Down

0 comments on commit deaefd0

Please sign in to comment.