Skip to content

Commit

Permalink
default is unneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
uga-rosa committed Jan 24, 2024
1 parent 08b945f commit 472d008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/cmp_dictionary/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ M.options = default
function M.setup(opts)
opts = opts or {}
validator(opts)
M.options = vim.tbl_deep_extend("force", {}, default, M.options, opts)
M.options = vim.tbl_deep_extend("force", {}, M.options, opts)

if opts.paths then
require("cmp_dictionary").update()
Expand Down

0 comments on commit 472d008

Please sign in to comment.