Skip to content

Commit

Permalink
Ensure default config options are applied
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvincent committed Jun 27, 2023
1 parent c81bfa6 commit 94c5e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/nvim-paredit/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function M.setup(opts)
keys = common.merge(defaults.default_keys, opts.keys or {})
end

config.update_config(defaults.defaults)
config.update_config(common.merge(opts, {
filetypes = filetypes,
keys = keys,
Expand Down

0 comments on commit 94c5e5d

Please sign in to comment.