Skip to content

Bug while trying to use yanker.nvim remap #2

@EliorEstrin

Description

@EliorEstrin

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 :Lazy and they show up.

Thank you for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions