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:
Kyoichiro Yamada
2021-03-30 03:04:25 +09:00
committed by GitHub
parent a7fa60411e
commit 2e03f67de9
3 changed files with 72 additions and 18 deletions

View File

@@ -43,7 +43,7 @@ end
function Highlighter:clear_display()
if not self
or not self.picker
or not self.picker.results_bufnr
or not self.picker.results_bufnr
or not vim.api.nvim_buf_is_valid(self.picker.results_bufnr)
then
return