https://github.com/tomtom/pluginstats_vim
Provide statistics how often a source file was loaded
https://github.com/tomtom/pluginstats_vim
Last synced: 3 months ago
JSON representation
Provide statistics how often a source file was loaded
- Host: GitHub
- URL: https://github.com/tomtom/pluginstats_vim
- Owner: tomtom
- Created: 2012-10-12T10:44:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-15T18:11:57.000Z (over 13 years ago)
- Last Synced: 2025-02-22T05:27:52.678Z (over 1 year ago)
- Language: VimL
- Size: 117 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Downloading & installing plugins is easy. Not all of them turn out to be
of actual use and you forget about them. This plugins helps you identify
plugins you have installed but do not actually use that often to justify
cluttering your 'runtimepath' and thus slowing down startup time. Simply
make sure this plugin is loaded on startup. After a few days, use the
|:Pluginstats| command to check which script files were loaded how
often.
Features:
- The |:Pluginstats| command displays script use in CSV format.
- If |g:pluginstats_autoexport| is greater than zero, the statistics
are exported automatically every N days.
-----------------------------------------------------------------------
Status: Experimental
Install: See http://github.com/tomtom/vimtlib/blob/master/INSTALL.TXT
See http://github.com/tomtom for related plugins.