feat: default to available picker

This commit is contained in:
Barrett Ruth 2024-06-17 18:30:18 -05:00
parent 13256a3acf
commit 46ebe4ded7
4 changed files with 23 additions and 16 deletions

View file

@ -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