fix(picker): rename

This commit is contained in:
Barrett Ruth 2025-09-30 20:57:14 -04:00
parent 46cd509747
commit a54e6398cf
4 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@ local function contest_picker(platform)
})
end
function M.picker()
function M.pick()
local fzf = require('fzf-lua')
local platforms = picker_utils.get_platforms()
local entries = vim.tbl_map(function(platform)

View file

@ -60,7 +60,7 @@ local function contest_picker(opts, platform)
:find()
end
function M.picker(opts)
function M.pick(opts)
opts = opts or {}
local platforms = picker_utils.get_platforms()