We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm guessing it's the same issue as junegunn/vim-oblique#51
The text was updated successfully, but these errors were encountered:
I cannot reproduce this issue. I am using the following lazy.nvim plugin:
lazy.nvim
-- 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 --version
NVIM v0.10.1 Build type: Release LuaJIT 2.1.1720049189
Sorry, something went wrong.
No branches or pull requests
I'm guessing it's the same issue as junegunn/vim-oblique#51
The text was updated successfully, but these errors were encountered: