feat: deal with configs in setup() (#127)

This commit is contained in:
JINNOUCHI Yasushi 2023-08-13 23:58:17 +09:00 committed by GitHub
parent 07e0f87ebd
commit 3aee7e0c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ function Frecency:start(opts)
show_unindexed = self.config.show_unindexed,
workspaces = self.config.workspaces,
})
self.picker:start(opts)
self.picker:start(vim.tbl_extend("force", self.config, opts))
log.debug(("Frecency:start picker:start takes %f seconds"):format(os.clock() - start))
end