diff options
| author | Mike Vink <mike@pionative.com> | 2025-01-20 10:59:33 +0100 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2025-01-20 10:59:33 +0100 |
| commit | d659a2d6da6d8d9aa166a33a18025606434f136f (patch) | |
| tree | 61d0c914657319d2a30646fb3c8d11d0c27260d1 /mut/neovim/lua/my/packages/blink.lua | |
| parent | 883055eb4182cdb8ebf784a2171771de7334f95e (diff) | |
some surf related changes
Diffstat (limited to 'mut/neovim/lua/my/packages/blink.lua')
| -rw-r--r-- | mut/neovim/lua/my/packages/blink.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mut/neovim/lua/my/packages/blink.lua b/mut/neovim/lua/my/packages/blink.lua index fbbe87d..31726dc 100644 --- a/mut/neovim/lua/my/packages/blink.lua +++ b/mut/neovim/lua/my/packages/blink.lua @@ -1,5 +1,6 @@ local blink = require('blink.cmp') blink.setup { + fuzzy = { prebuilt_binaries = { force_version = "v0.10.0" } }, -- 'default' for mappings similar to built-in completion -- 'super-tab' for mappings similar to vscode (tab to accept, arrow keys to navigate) -- 'enter' for mappings similar to 'super-tab' but with 'enter' to accept |
