{"id":14978951,"url":"https://github.com/bulletmark/vim-plugins-profiler","last_synced_at":"2025-10-28T14:30:38.602Z","repository":{"id":62587475,"uuid":"116565826","full_name":"bulletmark/vim-plugins-profiler","owner":"bulletmark","description":"Utility to output a sorted list of VIM plugin startup times in millisec.","archived":false,"fork":false,"pushed_at":"2025-01-27T23:31:21.000Z","size":45,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T00:29:33.161Z","etag":null,"topics":["vim","vim-plugins"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bulletmark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-07T13:01:14.000Z","updated_at":"2025-01-27T23:31:24.000Z","dependencies_parsed_at":"2024-09-19T01:02:12.621Z","dependency_job_id":null,"html_url":"https://github.com/bulletmark/vim-plugins-profiler","commit_stats":{"total_commits":47,"total_committers":1,"mean_commits":47.0,"dds":0.0,"last_synced_commit":"a79d8d6f464abd9dc3bce3d8b8bf25a35ef7fce6"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bulletmark%2Fvim-plugins-profiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bulletmark%2Fvim-plugins-profiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bulletmark%2Fvim-plugins-profiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bulletmark%2Fvim-plugins-profiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bulletmark","download_url":"https://codeload.github.com/bulletmark/vim-plugins-profiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238662637,"owners_count":19509640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vim","vim-plugins"],"created_at":"2024-09-24T13:58:42.230Z","updated_at":"2025-10-28T14:30:38.584Z","avatar_url":"https://github.com/bulletmark.png","language":"Python","readme":"## VIM PLUGINS PROFILER\n[![PyPi](https://img.shields.io/pypi/v/vim-plugins-profiler)](https://pypi.org/project/vim-plugins-profiler/)\n[![AUR](https://img.shields.io/aur/version/vim-plugins-profiler)](https://aur.archlinux.org/packages/vim-plugins-profiler/)\n\n[vim-plugins-profiler](https://github.com/bulletmark/vim-plugins-profiler)\nis a small utility which outputs a sorted list of [vim\neditor](http://www.vim.org) plugin startup times in millisec. Only vim\nplugins you have installed personally in your home directory are\nconsidered. This utility was written for Linux platforms but should work\non other platforms as well, including Mac and Windows.\n\nThe latest version and documentation is available at\nhttps://github.com/bulletmark/vim-plugins-profiler.\n\nJust run at command line, e.g.:\n```\n$ vim-plugins-profiler\n   1:    16.759 (54.4%) nerdtree\n   2:     4.248 (13.8%) vim-airline\n   3:     2.880 ( 9.3%) delimitMate\n   4:     2.000 ( 6.5%) tabular\n   5:     1.596 ( 5.2%) emmet-vim\n   6:     1.579 ( 5.1%) YouCompleteMe\n   7:     0.668 ( 2.2%) ctrlp.vim\n   8:     0.399 ( 1.3%) vim-surround\n   9:     0.271 ( 0.9%) vim-better-whitespace\n  10:     0.155 ( 0.5%) vim-commentary\n  11:     0.141 ( 0.5%) autoload_cscope.vim\n  12:     0.080 ( 0.3%) ag.vim\n  13:     0.034 ( 0.1%) vim-javascript\n  14:     0.015 ( 0.0%) typescript-vim\n  15:     0.010 ( 0.0%) vim-vue\n```\n\n- The plugin startup times are in millisec, sorted from highest usage to\n  lowest.\n- The percentages are the percent of total plugin startup time\n  (i.e. the total plugin time additional to normal vim startup time)\n  that each plugin contributes.\n\nYou should also be able to use it with [neovim](https://neovim.io/):\n\n```\n$ vim-plugins-profiler -e nvim\n```\n\n## USAGE\n\nType `vim-plugins-profiler -h` to view the usage summary:\n\n```\nusage: vim-plugins-profiler [-h] [-e EXE] [-r RUNS] [-n NUM]\n\nOutput sorted summary of VIM plugin startup times in millisecs.\n\noptions:\n  -h, --help            show this help message and exit\n  -e EXE, --exe EXE     vim executable name or path, default=\"vim\"\n  -r RUNS, --runs RUNS  number of sample runs to average over, default=4\n  -n NUM, --num NUM     limit output to given number of plugins\n```\n\n## INSTALLATION\n\nNOTE: Arch Linux users can just install\n[vim-plugins-profiler from the AUR](https://aur.archlinux.org/packages/vim-plugins-profiler/).\n\nPython 3.6 or later is required. Note [vim-plugins-profiler is on\nPyPI](https://pypi.org/project/vim-plugins-profiler/) so just ensure\nthat [`pipx`](https://pipx.pypa.io/stable/) is installed then type the\nfollowing:\n\n```\n$ pipx install vim-plugins-profiler\n```\n\nTo upgrade:\n\n```\n$ pipx upgrade vim-plugins-profiler\n```\n\n## LICENSE\n\nCopyright (C) 2018 Mark Blakeney. This program is distributed under the\nterms of the GNU General Public License. This program is free software:\nyou can redistribute it and/or modify it under the terms of the GNU\nGeneral Public License as published by the Free Software Foundation,\neither version 3 of the License, or any later version.\nThis program is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General\nPublic License at \u003chttps://en.wikipedia.org/wiki/GNU_General_Public_License\u003e for more details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbulletmark%2Fvim-plugins-profiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbulletmark%2Fvim-plugins-profiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbulletmark%2Fvim-plugins-profiler/lists"}