Merge pull request #199 from barrett-ruth/feat/misc-fixups
improve error message
This commit is contained in:
commit
5b43b64401
3 changed files with 2 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@ venv/
|
|||
CLAUDE.md
|
||||
__pycache__
|
||||
.claude/
|
||||
node_modules/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
{"0a0023b8da2b9910ea791cb38d3d9f432d43a2aa":{"files":{".pre-commit-config.yaml":["cp/DXl3O6RiSTEiUzZu/H0S12AI=",true],"node_modules/.cache/prettier/.prettier-caches/ccf530a7930036697768ca49f5dfdb3a5c0b3ac8.json":false,".github/workflows/quality.yaml":["71R/fETAbIvSMY+tLmDTX0weFcg=",true]},"modified":1764311826691}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue