We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59add2d commit 6054da2Copy full SHA for 6054da2
lua/blink/cmp/init.lua
@@ -6,10 +6,7 @@ function cmp.setup(opts)
6
config.merge_with(opts)
7
8
require('blink.cmp.fuzzy.download').ensure_downloaded(function(err)
9
- if err then
10
- vim.notify('Error while downloading blink.cmp pre-built binary: ' .. err, vim.log.levels.ERROR)
11
- return
12
- end
+ if err then error('Error while downloading blink.cmp pre-built binary: ' .. err) end
13
14
-- setup highlights, keymap, completion and signature help
15
require('blink.cmp.highlights').setup()
0 commit comments