fix: cleanup picker message
This commit is contained in:
parent
944d37dc75
commit
99109f5e91
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ function M.handle_pick_action(language)
|
|||
local ok, _ = pcall(require, 'fzf-lua')
|
||||
if not ok then
|
||||
logger.log(
|
||||
'fzf-lua is not available. Install fzf-lua xor change your picker config',
|
||||
'fzf-lua is not available. Install fzf-lua or change your picker config',
|
||||
vim.log.levels.ERROR
|
||||
)
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue