Highlight cursor and visual selections in current buffer when entering command mode.
Stars
23
Forks
0
Watchers
23
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
fix: select range function by nvim version and do not highlight a single character
a3c4738View on GitHubAdd an autocmd for ModeChanged to update selected regions when cursor does not move (e.g. `V:`, `v` -> move -> `C-v`)
86ca1a9View on GitHub