Skip to content

Commit

Permalink
feat: default to empty table for setup (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 authored Dec 1, 2024
1 parent 1f6a8e2 commit 4559ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/blink/cmp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ local cmp = {}

--- @param opts blink.cmp.Config
function cmp.setup(opts)
opts = opts or {}
local config = require('blink.cmp.config')
config.merge_with(opts)

Expand Down

0 comments on commit 4559ec5

Please sign in to comment.