diff --git a/lua/cmp_dictionary/config.lua b/lua/cmp_dictionary/config.lua index ecc33bf..7c14dae 100644 --- a/lua/cmp_dictionary/config.lua +++ b/lua/cmp_dictionary/config.lua @@ -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()