Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add components selection_count
It counts the length of the text selection work on visual mode and has a same behaviour as vim. ```lua local vim_comps = require('windline.components.vim') { vim_comps.selection_count("(%s)"),{'red', 'NormalBg'} } ```
- Loading branch information