You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
I've installed this plugin alongside the range-highlight.nvim plugin. It works fine, but I have found that it does break a keybinding that I've used in the past, namely:
" Open list of buffers, then search currently open buffers.nnoremap<leader>b :buffers<CR>:b<Space>
Normally, the output of :buffers will persist even if you start typing in a new command (here, :b), but I found that once this plugin is installed, once start typing in new command after :buffers, the previous output goes away. I am guessing that it is result of the plugin taking the line contents to parse of ranges.