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
I don't think this plugin is redundant just because search match/index is now natively supported in Vim/Neovim. It still moves this info to the left of the command line, which is closer to the search query so your eyes don't need to dart left and right where the default position is.
It would be nice if this plugin is updated and simplified to only move the info to the left of the command line (assume this feature was enabled in Vim/Neovim), dropping implementing what Vim/Neovim already supports.
I have not been able to find a simple plugin that does only what is necessary--such a feature is always included as some sort of big suite of features.
I don't think this plugin is redundant just because search match/index is now natively supported in Vim/Neovim. It still moves this info to the left of the command line, which is closer to the search query so your eyes don't need to dart left and right where the default position is.
It would be nice if this plugin is updated and simplified to only move the info to the left of the command line (assume this feature was enabled in Vim/Neovim), dropping implementing what Vim/Neovim already supports.
Better yet, instead of moving to the left of the command line, move it to end of the query like with fzf's option to do so at the command line.
I have not been able to find a simple plugin that does only what is necessary--such a feature is always included as some sort of big suite of features.