mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2025-12-06 06:46:10 +00:00
picker(git_branch): show committer, upstream and date (#695)
* wip: rich finder for branches for: https://github.com/nvim-telescope/telescope.nvim/issues/569 * fix some diagnostics
This commit is contained in:
@@ -401,7 +401,11 @@ files.tags = function(opts)
|
||||
end
|
||||
|
||||
files.current_buffer_tags = function(opts)
|
||||
return files.tags(vim.tbl_extend("force", {prompt_title = 'Current Buffer Tags', only_current_file = true, hide_filename = true}, opts))
|
||||
return files.tags(vim.tbl_extend("force", {
|
||||
prompt_title = 'Current Buffer Tags',
|
||||
only_current_file = true,
|
||||
hide_filename = true,
|
||||
}, opts))
|
||||
end
|
||||
|
||||
local function apply_checks(mod)
|
||||
|
||||
Reference in New Issue
Block a user