Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search has extra cursor block in neovim #22

Open
dlee opened this issue May 5, 2020 · 1 comment
Open

Search has extra cursor block in neovim #22

dlee opened this issue May 5, 2020 · 1 comment

Comments

@dlee
Copy link

dlee commented May 5, 2020

I'm guessing it's the same issue as junegunn/vim-oblique#51

@make-github-pseudonymous-again
Copy link

make-github-pseudonymous-again commented Aug 17, 2024

I cannot reproduce this issue. I am using the following lazy.nvim plugin:

-- search
return {
  'junegunn/vim-slash',
  config = function()
    if vim.fn.has 'timers' == 1 then
      vim.keymap.set('', '<Plug>(slash-after)', function()
        return 'zz' .. vim.fn['slash#blink'](2, 50)
      end, { expr = true, noremap = true, silent = true })
    else
      vim.keymap.set('', '<Plug>(slash-after)', 'zz', { noremap = true, silent = true })
    end
  end,
}

nvim --version outputs the following:

NVIM v0.10.1
Build type: Release
LuaJIT 2.1.1720049189

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants