{"id":20312662,"url":"https://github.com/danishprakash/vim-zen","last_synced_at":"2025-07-28T05:34:41.826Z","repository":{"id":131357374,"uuid":"134867260","full_name":"danishprakash/vim-zen","owner":"danishprakash","description":"Barebones Vim Plugin Manager","archived":false,"fork":false,"pushed_at":"2019-03-17T17:08:47.000Z","size":23,"stargazers_count":63,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T16:59:45.451Z","etag":null,"topics":["vim"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danishprakash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2018-05-25T14:31:42.000Z","updated_at":"2022-09-24T13:12:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"e1b3905a-cb90-4813-b93e-e543b166c0ad","html_url":"https://github.com/danishprakash/vim-zen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danishprakash/vim-zen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danishprakash%2Fvim-zen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danishprakash%2Fvim-zen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danishprakash%2Fvim-zen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danishprakash%2Fvim-zen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danishprakash","download_url":"https://codeload.github.com/danishprakash/vim-zen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danishprakash%2Fvim-zen/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267468559,"owners_count":24092335,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"],"created_at":"2024-11-14T18:07:08.234Z","updated_at":"2025-07-28T05:34:41.817Z","avatar_url":"https://github.com/danishprakash.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003evim-zen\u003c/h1\u003e\n\u003cp align=\"center\"\u003eBarebones Vim Plugin Manager\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://i.imgur.com/1oyhPPd.gif\"\u003e\u003cimg src=\"https://i.imgur.com/1oyhPPd.gif\" alt=\"Asciicast\" width=\"640\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n### Features\n- Does 3 things and does them well - Install, Remove, Update\n- Parallel install \u0026 update using Python multithreading.\n- Easy setup and simple usage.\n\n### Installation\nPut the [zen.vim](https://raw.githubusercontent.com/danishprakash/vim-zen/master/zen.vim) file into the `autoload` directory. \n\n#### Unix\n##### Neovim\n```bash\ncurl -o ~/.local/share/nvim/site/autoload/zen.vim --create-dirs https://raw.githubusercontent.com/danishprakash/vim-zen/master/zen.vim\n```\n\n##### Vim\n```bash\ncurl -o ~/.vim/autoload/zen.vim --create-dirs https://raw.githubusercontent.com/danishprakash/vim-zen/master/zen.vim\n```\n\n### Usage\n- Add a `vim-zen` section in your vimrc.\n- Add `call zen#init()` method at the beginnning of the section.\n- Add plugins using the `Plugin` command. \n- Reload `.vimrc`.\n- Run `ZenInstall` from within vim.\n\n\n### Example vim-zen section\n```vim\n\" begin section\ncall zen#init()\nPlugin 'junegunn/goyo.vim' \nPlugin 'https://github.com/danishprakash/vimport'\n\" end section\n```\nSee [this](https://github.com/danishprakash/dotfiles/blob/master/nvim/init.vim) for reference.\n\n### Commands\n\n1. `ZenInstall`: Install plugins.\n2. `ZenUpdate`: Update plugins.\n3. `ZenDelete`: Remove unused plugins.\n\n### Why?\nI wanted something really simple, all other plugin managers out there did the things that I wanted along with other stuff. I wanted a plugin manager that helped me `install`, `remove`, and `update` the plugins I use.\n\n### Links\n- [Changelog Nightly (21/6)](http://nightly.changelog.com/2018/06/21/)\n\n### License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanishprakash%2Fvim-zen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanishprakash%2Fvim-zen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanishprakash%2Fvim-zen/lists"}