1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 04:50:04 +08:00
SpaceVim/bundle/SourceCounter.vim/doc/SourceCounter.vim.txt
2024-07-24 19:12:58 +08:00

36 lines
1.4 KiB
Plaintext

*SourceCounter.vim.txt* Source counter in vim
wsdjeg *SourceCounter.vim*
==============================================================================
CONTENTS *SourceCounter.vim-contents*
1. Introduction..................................... |SourceCounter.vim-intro|
2. Configuration................................... |SourceCounter.vim-config|
3. Commands...................................... |SourceCounter.vim-commands|
==============================================================================
INTRODUCTION *SourceCounter.vim-intro*
Sources counter for vim and neovim.
USAGE:
>
:SourceCounter! vim md java html
<
==============================================================================
CONFIGURATION *SourceCounter.vim-config*
*g:source_counter_sort*
specific the sort type of result, 'lines' or 'files', default is 'files'.
==============================================================================
COMMANDS *SourceCounter.vim-commands*
:SourceCounter[!] [filetypes] *:SourceCounter*
List lines count for specific [filetypes], or all supported filetypes.
[!] forces desplay result in new tab.
vim:tw=78:ts=8:ft=help:norl: