mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
feat: deal with configs in setup() (#127)
This commit is contained in:
parent
07e0f87ebd
commit
3aee7e0c6b
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user