nvim-telescope / telescope-live-grep-args.nvim

Live grep with args
695 stars 36 forks source link

Add configurable title to the picker #75

Closed tsakirist closed 7 months ago

tsakirist commented 8 months ago

Description

Add configurable title to the picker to allow more flexibility and customization for the picker.

Type of change

How Has This Been Tested?

Simply pass in an opts object containing a prompt_title to the live_grep_args() function.

live_grep_args({
  prompt_title = "Desired title",
})

Checklist: