File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -807,6 +807,8 @@ require('lazy').setup({
807
807
},
808
808
' folke/lazydev.nvim' ,
809
809
},
810
+ --- @module ' blink.cmp'
811
+ --- @type blink.cmp.Config
810
812
opts = {
811
813
keymap = {
812
814
-- 'default' (recommended) for mappings similar to built-in completions
@@ -852,7 +854,7 @@ require('lazy').setup({
852
854
snippets = { preset = ' luasnip' },
853
855
854
856
-- Blink.cmp includes an optional, recommended rust fuzzy matcher,
855
- -- which will automatically downloaded a prebuilt binary when enabled.
857
+ -- which automatically downloads a prebuilt binary when enabled.
856
858
--
857
859
-- By default, we use the Lua implementation instead, but you may enable
858
860
-- the rust implementation via `'prefer_rust_with_warning'`
You can’t perform that action at this time.
0 commit comments