https://github.com/wsdjeg/sourcecounter.vim
https://github.com/wsdjeg/sourcecounter.vim
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wsdjeg/sourcecounter.vim
- Owner: wsdjeg
- License: gpl-3.0
- Created: 2016-11-12T06:28:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T10:55:40.000Z (10 months ago)
- Last Synced: 2025-02-12T11:14:07.628Z (3 months ago)
- Language: Vim Script
- Size: 58.6 KB
- Stars: 102
- Watchers: 3
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SourceCounter.vim
> source counter in vim
### Useage
- `:SourceCounter` : Display result in cmdline
- `:SourceCounter!` : Display result in new tab### Options
- `-d`: specific directories
### Options
- `g:source_counter_sort` : sort method of result, by default, it is `files`, and if you want to sort by lines, use `let g:source_counter_sort = 'lines'`
### Screenshot
