{"id":21322073,"url":"https://github.com/0xffset/v-skript","last_synced_at":"2025-08-23T13:16:27.005Z","repository":{"id":121325948,"uuid":"343242824","full_name":"0xffset/V-Skript","owner":"0xffset","description":"📦 A collection of Vim scripts to introduce to you through the Vim basic scripting","archived":false,"fork":false,"pushed_at":"2021-03-23T20:08:01.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T11:48:00.183Z","etag":null,"topics":["scripting","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/0xffset.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}},"created_at":"2021-03-01T00:00:06.000Z","updated_at":"2021-03-23T20:08:04.000Z","dependencies_parsed_at":"2023-11-21T04:44:25.817Z","dependency_job_id":null,"html_url":"https://github.com/0xffset/V-Skript","commit_stats":null,"previous_names":["0xffset/v-skript"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xffset%2FV-Skript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xffset%2FV-Skript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xffset%2FV-Skript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xffset%2FV-Skript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xffset","download_url":"https://codeload.github.com/0xffset/V-Skript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243801612,"owners_count":20350106,"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":["scripting","vim"],"created_at":"2024-11-21T20:13:06.394Z","updated_at":"2025-03-15T22:44:52.245Z","avatar_url":"https://github.com/0xffset.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\n\n\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/github_username/repo_name\"\u003e\n    \u003cimg src=\"assets/logo.png\" alt=\"Logo\" width=\"200\" height=\"200\"\u003e\n  \u003c/a\u003e\n\n  \u003ch3 align=\"center\"\u003eV-Skript\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n  A lot of Vim scripts to introduce to you through the Vim basic scripting.\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/github_username/repo_name\"\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n\n\n\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\u003cdetails open=\"open\"\u003e\n  \u003csummary\u003e\u003ch2 style=\"display: inline-block\"\u003eTable of Contents\u003c/h2\u003e\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\n      \u003ca href=\"#about-the-project\"\u003eAbout The Project\u003c/a\u003e\n      \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#prerequisites\"\u003ePrerequisites\u003c/a\u003e\u003c/li\u003e\n       \u003c/ul\u003e\n    \u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"#acknowledgements\"\u003eAcknowledgements\u003c/a\u003e\u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n\n\n\n## About The Project\n\n\n\nThese scripts represent the most fundamentals part of Vim scripting. You can find practical examples to develop your usability using Vim editor at the same time that learns code! Sometimes, in the initials stages when we are learning Vim, we find it difficult to grasp the concepts regardless of the time expending in through it.  Why? because Vim editor was created to be used just with keyboard inputs,  so if someone is accustomed to using another most modern editor, it will be more difficult.  In this project, I tried to create get fast compression about Vim and Vim scripting. \n\n\n\n\n\n\u003c!-- GETTING STARTED --\u003e\n## Getting Started\n\n### Prerequisites\n\nTo getting started, I recommend to you already have some pieces of knowledge about the basic Vim code editor, If not the case, you can get a quick introduction through the fundamentals here https://openvim.com/ or following the tutorial in the same Vim editor.\n\n\n\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n\n\n\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n## Acknowledgements\n\n* [Vim Documentation](https://www.vim.org/docs.php)\n* [Vim Scripting Book ](https://learnvimscriptthehardway.stevelosh.com/)\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xffset%2Fv-skript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xffset%2Fv-skript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xffset%2Fv-skript/lists"}