{"id":25096582,"url":"https://github.com/jceb/vim-ipi","last_synced_at":"2025-04-02T02:14:14.750Z","repository":{"id":1865841,"uuid":"2791014","full_name":"jceb/vim-ipi","owner":"jceb","description":"Load plugins individually - cut down start-up time.","archived":false,"fork":false,"pushed_at":"2015-01-24T19:56:38.000Z","size":105,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T21:02:22.010Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.vim.org/scripts/script.php?script_id=3809","language":"VimL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"philschatz/gh-board","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jceb.png","metadata":{"files":{"readme":"README","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}},"created_at":"2011-11-16T21:06:15.000Z","updated_at":"2024-06-07T12:50:41.000Z","dependencies_parsed_at":"2022-09-01T22:11:15.069Z","dependency_job_id":null,"html_url":"https://github.com/jceb/vim-ipi","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jceb%2Fvim-ipi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jceb%2Fvim-ipi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jceb%2Fvim-ipi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jceb%2Fvim-ipi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jceb","download_url":"https://codeload.github.com/jceb/vim-ipi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246741119,"owners_count":20826066,"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":[],"created_at":"2025-02-07T16:49:01.108Z","updated_at":"2025-04-02T02:14:14.731Z","avatar_url":"https://github.com/jceb.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"This plugin is very much inspired by Tim Pope's pathogen plug-in. vim-ipi\nadds the functionality of loading infrequently used plugins later. This\ngreatly helps in cutting down vim's start-up time.\n\nInstallation:\nInstall vim-ipi in ~/.vim/autoload (or ~\\vimfiles\\autoload), together with\npathogen (http://www.vim.org/scripts/script.php?script_id=2332).\n\nPathogen's settings can be used to configure ipi as well, e.g. disable\nplugins (g:pathogen_disabled).\n\nFor loading plugins later, install them in ~/.vim/ipi (or ~\\vimfiles\\ipi)\nand  add `call ipi#inspect()` to .vimrc. This will create a list of plugins\nthat can be loaded later by using the IP command:\n\nExamples:\nLoad gundo plugin later:\n:IP gundo\n\nLoad gundo and speeddating plugins later:\n:IP gundo speedating\n\nLoad all known plugins later:\n:IP!\n\nA very high level of convenience can be achieved by loading the plug-ins\nautomatically right before using their functionality. Here is an example for\nthe gundo plug-in. I just prefixed the mapping with \":silent! IP gundo\u003cCR\u003e\":\nnmap \u003cleader\u003eu :silent! IP gundo\u003cCR\u003e:GundoToggle\u003cCR\u003e\n\nTips:\nSome plugins use the autocommand VimEnter to do some initialization. ipi\nhas built-in support for a number of plugins that use this feature. A\ndetailed description is provided for the g:ipi_vimenter_autocommand\nvariable.  In case a plugin is not support yet, manual execution of the\nautocommand can be done by running the following command:\n:do \u003cAUTOGROUPNAME\u003e VimEnter\n\nFor the convenience wrapper it would look like this:\nnmap \u003cleader\u003ef :silent! IP NERDTree\u003cCR\u003e:do NERDTree VimEnter\u003cCR\u003e:NERDTree\u003cCR\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjceb%2Fvim-ipi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjceb%2Fvim-ipi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjceb%2Fvim-ipi/lists"}