We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6a8e2 commit 4559ec5Copy full SHA for 4559ec5
lua/blink/cmp/init.lua
@@ -2,6 +2,7 @@ local cmp = {}
2
3
--- @param opts blink.cmp.Config
4
function cmp.setup(opts)
5
+ opts = opts or {}
6
local config = require('blink.cmp.config')
7
config.merge_with(opts)
8
0 commit comments