feat: default to available picker
This commit is contained in:
parent
13256a3acf
commit
46ebe4ded7
4 changed files with 23 additions and 16 deletions
|
|
@ -24,8 +24,8 @@ Parameters: ~
|
|||
Usage: ~
|
||||
>lua
|
||||
require('http-codes').setup({
|
||||
-- *REQUIRED*: 'fzf' or 'telescope'
|
||||
use = 'fzf',
|
||||
-- defaults to available picker: 'fzf-lua' or 'telescope'
|
||||
use = 'fzf-lua'
|
||||
-- How the mozilla url is opened.
|
||||
-- Configured by default based on OS:
|
||||
open_url = 'xdg-open %s' -- UNIX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue