From a7fa60411efbfddc0674d65346a5311e33f6deb1 Mon Sep 17 00:00:00 2001 From: Jesse Leite Date: Sun, 21 Mar 2021 01:44:08 -0400 Subject: Fix prompt titles. Closes #OCD. (#675) --- lua/telescope/builtin/git.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/telescope/builtin/git.lua') diff --git a/lua/telescope/builtin/git.lua b/lua/telescope/builtin/git.lua index f120655..f73eb4f 100644 --- a/lua/telescope/builtin/git.lua +++ b/lua/telescope/builtin/git.lua @@ -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", -- cgit v1.2.3