1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:40:04 +08:00
SpaceVim/bundle/SourceCounter.vim
2023-06-17 16:59:18 +08:00
..
autoload perf(sourcecounter): use notify api instead of echo 2023-06-17 16:59:18 +08:00
doc chore(tools): use bundle SourceCounter 2023-06-17 16:41:31 +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
LICENSE chore(tools): use bundle SourceCounter 2023-06-17 16:41:31 +08:00
README.md chore(tools): use bundle SourceCounter 2023-06-17 16:41:31 +08:00

SourceCounter.vim

source counter in vim

Useage

  • :SourceCounter : Display result in cmdline
  • :SourceCounter! : Display result in new tab

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