Skip to content

Commit

Permalink
Helper setup function: use vim.tbl_deep_extend.
Browse files Browse the repository at this point in the history
  • Loading branch information
rish987 committed Jul 23, 2021
1 parent afdd047 commit 0157fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/tests/helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ local default_config = {
}

function helpers.setup(config)
lean.setup(vim.tbl_extend("keep", config, default_config))
lean.setup(vim.tbl_deep_extend("keep", config, default_config))
end

--- Feed some keystrokes into the current buffer, replacing termcodes.
Expand Down

0 comments on commit 0157fb6

Please sign in to comment.