Skip to content

Commit 4559ec5

Browse files
authored
feat: default to empty table for setup (#412)
1 parent 1f6a8e2 commit 4559ec5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/blink/cmp/init.lua

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ local cmp = {}
22

33
--- @param opts blink.cmp.Config
44
function cmp.setup(opts)
5+
opts = opts or {}
56
local config = require('blink.cmp.config')
67
config.merge_with(opts)
78

0 commit comments

Comments
 (0)