fix(ci): unused variables
This commit is contained in:
parent
c68e6fbc19
commit
1b8365265d
6 changed files with 97 additions and 27 deletions
|
|
@ -708,7 +708,7 @@ local function handle_pick_action()
|
|||
end
|
||||
|
||||
if config.picker == 'telescope' then
|
||||
local ok, telescope = pcall(require, 'telescope')
|
||||
local ok = pcall(require, 'telescope')
|
||||
if not ok then
|
||||
logger.log(
|
||||
'Telescope not available. Install telescope.nvim or change picker config',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue