ggandor / leap-spooky.nvim

👻 Actions at a distance
The Unlicense
277 stars 7 forks source link

How to use this plugin? #17

Closed xbladesub closed 1 year ago

xbladesub commented 1 year ago

Installed (lunarvim, lazy.nvim):

        {
            "ggandor/leap-spooky.nvim",
            config = function()
                require("leap-spooky").setup()
            end,
        },

bindings like yirw don't work it quits operator pending mode on r. What am I doing wrong? (leap is already installed and I'm using it constantly)

ggandor commented 1 year ago

What does :omap irw show?

xbladesub commented 1 year ago

What does :omap irw show?

image
ggandor commented 1 year ago

I have no idea then. Maybe try to install it without lazy.nvim. (Simply clone the repo to somewhere, vim.opt.runtimepath:append('<path-to-repo-folder>'), then call setup.)

ggandor commented 1 year ago

Wait a minute, isn't yours the same problem as #15, #16 (timeoutlen)?

xbladesub commented 1 year ago

Wait a minute, isn't yours the same problem as #15, #16 (timeoutlen)?

yeah, its it... bye bye which-key )