From deaefd0808e8104e75457db4dcba0a13d227c4b3 Mon Sep 17 00:00:00 2001 From: Liam Dyer Date: Wed, 16 Oct 2024 16:41:26 -0400 Subject: [PATCH] docs: fix typo in config.lua --- lua/blink/cmp/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/blink/cmp/config.lua b/lua/blink/cmp/config.lua index 3f50408e..4936bae6 100644 --- a/lua/blink/cmp/config.lua +++ b/lua/blink/cmp/config.lua @@ -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