-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description:
I am trying to import the yanker.nvim plugin. However, I am getting a bug when I try to run the keymap <leader>yh.
The plugin is imported as follows:
{ -- Imrpoved Yank
"arsham/yanker.nvim",
dependencies = { "arsham/arshlib.nvim", "junegunn/fzf.vim" },
-- config = true,
-- or to provide configurations
config = { history = "<leader>yh" },
},
When I run the keymap, I get the following error:
E5108: Error executing lua: Vim:E117: Unknown function: fzf#wrap
stack traceback:
[C]: in function 'fzf#wrap'
...p/.local/share/nvim/lazy/yanker.nvim/lua/yanker/init.lua:68: in function <...p/.local/share/nvim/lazy/yanker.nvim/lua/yanker/init.lua:32>
Error: Couldn't load plugin: yanker.nvim
Additional Information:
- My operating system is Ubuntu .
- I am using NVIM v0.9.1.
- I am using Lazy as a plugin manager
- the dependencies plugins seems to be installed correctly. I run
:Lazyand they show up.
Thank you for your help!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels