wsdjeg / SourceCounter.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Vim Script 100.0%