You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- If you use nix, you can build from source using latest nightly rust with:
46
+
-- build = 'nix run .#build-plugin',
45
47
46
48
---@module'blink.cmp'
47
49
---@typeblink.cmp.Config
@@ -79,7 +81,7 @@ For LazyVim/distro users, you can disable nvim-cmp via:
79
81
MiniDeps.add({
80
82
source="saghen/blink.cmp",
81
83
depends= {
82
-
"rafamadriz/friendly-snippets",
84
+
"rafamadriz/friendly-snippets",
83
85
},
84
86
checkout="some.version", -- check releases for latest tag
85
87
})
@@ -424,8 +426,8 @@ The plugin use a 4 stage pipeline: trigger -> sources -> fuzzy -> render
424
426
425
427
- Avoids the complexity of nvim-cmp's configuration by providing sensible defaults
426
428
- Updates on every keystroke with 0.5-4ms of overhead, versus nvim-cmp's default debounce of 60ms with 2-50ms hitches from processing
427
-
- Setting nvim-cmp's debounce to 0ms leads to visible stuttering. If you'd like to stick with nvim-cmp, try [yioneko's fork](https://github.com/yioneko/nvim-cmp) or the more recent [magazine.nvim](https://github.com/iguanacucumber/magazine.nvim)
428
-
- Boosts completion item score via frecency *and* proximity bonus. nvim-cmp only boosts score via proximity bonus and optionally by recency
429
+
- Setting nvim-cmp's debounce to 0ms leads to visible stuttering. If you'd like to stick with nvim-cmp, try [yioneko's fork](https://github.com/yioneko/nvim-cmp) or the more recent [magazine.nvim](https://github.com/iguanacucumber/magazine.nvim)
430
+
- Boosts completion item score via frecency _and_ proximity bonus. nvim-cmp only boosts score via proximity bonus and optionally by recency
0 commit comments