Fix prompt titles. Closes #OCD. (#675)

This commit is contained in:
Jesse Leite
2021-03-21 01:44:08 -04:00
committed by GitHub
parent d4bf1181ea
commit a7fa60411e
2 changed files with 2 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ git.files = function(opts)
opts.entry_maker = opts.entry_maker or make_entry.gen_from_file(opts)
pickers.new(opts, {
prompt_title = 'Git File',
prompt_title = 'Git Files',
finder = finders.new_oneshot_job(
vim.tbl_flatten( {
"git", "ls-files", "--exclude-standard", "--cached",