{"id":15712034,"url":"https://github.com/xvezda/vim-veast","last_synced_at":"2026-01-30T07:14:25.123Z","repository":{"id":86705068,"uuid":"232542036","full_name":"Xvezda/vim-veast","owner":"Xvezda","description":":paw_prints: Vim script helper functions library","archived":false,"fork":false,"pushed_at":"2020-02-02T06:06:26.000Z","size":32,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-16T23:02:31.521Z","etag":null,"topics":["neovim","nvim","vim","vim-plugins","vim-scripts","vimscript-library"],"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/Xvezda.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}},"created_at":"2020-01-08T10:51:44.000Z","updated_at":"2020-02-02T06:06:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e639b76-cd8b-4ad5-97d8-d32c4485e628","html_url":"https://github.com/Xvezda/vim-veast","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Xvezda/vim-veast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xvezda%2Fvim-veast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xvezda%2Fvim-veast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xvezda%2Fvim-veast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xvezda%2Fvim-veast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xvezda","download_url":"https://codeload.github.com/Xvezda/vim-veast/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xvezda%2Fvim-veast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28907412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T06:42:00.998Z","status":"ssl_error","status_checked_at":"2026-01-30T06:41:58.659Z","response_time":66,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["neovim","nvim","vim","vim-plugins","vim-scripts","vimscript-library"],"created_at":"2024-10-03T21:14:36.732Z","updated_at":"2026-01-30T07:14:25.099Z","avatar_url":"https://github.com/Xvezda.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# veast.vim\n![GitHub](https://img.shields.io/github/license/Xvezda/vim-veast)\n[![Action Status](https://github.com/Xvezda/vim-veast/workflows/Vim%20CI/badge.svg)](https://github.com/Xvezda/vim-veast/actions)\n\nVeast is a library for vim script which highly inspired by [lodash](https://github.com/lodash/lodash) and [underscore](https://github.com/jashkenas/underscore).\n\nIt contains useful helper functions, which provides efficient way to writing vim plugins.\n\n\n## Usage\n\nYou can either directly include veast to your vim plugin project or make dependency by using plugin manager(e.g. pathogen, vim-plug etc.) to make it works.\n\n### Direct method\n```sh\n# Create autoload\nmkdir -p \u003cyour_project_path\u003e/autoload\n# Copy veast library\ncp plugin/veast.vim \u003cyour_project_path\u003e/autoload/\n```\n\n### Plugin manager method\n\ne.g. vim-plug\n```vim\ncall plug#begin()\nPlug 'Xvezda/vim-veast'\n\" ...\ncall plug#end()\n```\n\n### Include\n\n```vim\nruntime! autoload/veast.vim\n```\n\n\n## Test\n\n[vader.vim](https://github.com/junegunn/vader.vim) required\n\n`make test`\n\n\n## Use case\n\n* [vim-nobin](https://github.com/Xvezda/vim-nobin)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxvezda%2Fvim-veast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxvezda%2Fvim-veast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxvezda%2Fvim-veast/lists"}