{"id":16679591,"url":"https://github.com/mrk21/yaml-vim","last_synced_at":"2025-03-23T14:31:34.844Z","repository":{"id":17938122,"uuid":"20915045","full_name":"mrk21/yaml-vim","owner":"mrk21","description":"YAML syntax/indent plugin for Vim","archived":false,"fork":false,"pushed_at":"2014-07-01T11:59:55.000Z","size":244,"stargazers_count":38,"open_issues_count":1,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T21:16:06.661Z","etag":null,"topics":["vim","vim-plugin","yaml"],"latest_commit_sha":null,"homepage":null,"language":"VimL","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/mrk21.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}},"created_at":"2014-06-17T08:01:44.000Z","updated_at":"2024-05-13T02:11:35.000Z","dependencies_parsed_at":"2022-09-07T05:40:38.091Z","dependency_job_id":null,"html_url":"https://github.com/mrk21/yaml-vim","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrk21%2Fyaml-vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrk21%2Fyaml-vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrk21%2Fyaml-vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrk21%2Fyaml-vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrk21","download_url":"https://codeload.github.com/mrk21/yaml-vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245115910,"owners_count":20563254,"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-plugin","yaml"],"created_at":"2024-10-12T13:36:16.042Z","updated_at":"2025-03-23T14:31:34.480Z","avatar_url":"https://github.com/mrk21.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"yaml-vim\n========\n\nYAML syntax/indent plugin for Vim.\n\nBy this plugin introducing, you can write as the indent style shown below:\n\n```YAML\n---\n# The block sequences with the block mappings in the same line:\n- name: create file\n  command: \u003e\n    creates=/path/to/file\n    touch /path/to/file\n\n# Not exists spaces after the block sequences symbol:\n-\n  name: install packages\n  apt: name={{item}} state=present\n  with_items:\n    - package1\n    - package2\n```\n\n```YAML\n---\n# The block scalar headers on the top domain:\n\u003e\n  A value of the block scalar.\n```\n\nAnd added the syntax highlighting listed below:\n\n* The block scalar headers: `\u003e` and `|`\n* Not exists spaces after the block sequences symbol: `-`\n\n## Usage\n\nAll you have to do is to write the loading settings of this plugin to the `.vimrc`.\n\n```VimL\nNeoBundle 'mrk21/yaml-vim'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrk21%2Fyaml-vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrk21%2Fyaml-vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrk21%2Fyaml-vim/lists"}