1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:40:06 +08:00
SpaceVim/bundle/SourceCounter.vim
2024-07-26 18:52:40 +08:00
..
autoload chore(async): detach SourceCounter.vim 2024-07-24 19:24:48 +08:00
doc perf(SourceCounter): import sourcecounter 2024-07-24 19:12:58 +08:00
pic chore(tools): use bundle SourceCounter 2023-06-17 16:41:31 +08:00
plugin chore(tools): use bundle SourceCounter 2023-06-17 16:41:31 +08:00
.gitignore chore(tools): use bundle SourceCounter 2023-06-17 16:41:31 +08:00
.vintrc.yaml chore(tools): use bundle SourceCounter 2023-06-17 16:41:31 +08:00
addon-info.json chore(tools): use bundle SourceCounter 2023-06-17 16:41:31 +08:00
README.md ci(detach): update detach script 2024-07-26 18:52:40 +08:00

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

SourceCounter