{"id":21074804,"url":"https://github.com/dawsbot/vimrc-builder","last_synced_at":"2025-08-24T03:42:08.590Z","repository":{"id":3550041,"uuid":"49759058","full_name":"dawsbot/vimrc-builder","owner":"dawsbot","description":"ⓥ vimrc file builder","archived":false,"fork":false,"pushed_at":"2023-01-06T05:49:24.000Z","size":5495,"stargazers_count":56,"open_issues_count":1,"forks_count":16,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T21:35:53.856Z","etag":null,"topics":["create-react-app","nowjs","react","styled-components","vim","vimrc","vimrc-builder","website","zeit"],"latest_commit_sha":null,"homepage":"https://vimrc-builder.vercel.app","language":"JavaScript","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/dawsbot.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":"2016-01-16T04:26:53.000Z","updated_at":"2025-03-30T16:47:57.000Z","dependencies_parsed_at":"2023-01-11T16:32:40.892Z","dependency_job_id":null,"html_url":"https://github.com/dawsbot/vimrc-builder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dawsbot/vimrc-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawsbot%2Fvimrc-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawsbot%2Fvimrc-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawsbot%2Fvimrc-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawsbot%2Fvimrc-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dawsbot","download_url":"https://codeload.github.com/dawsbot/vimrc-builder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawsbot%2Fvimrc-builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271786721,"owners_count":24820748,"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-08-24T02:00:11.135Z","response_time":111,"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":["create-react-app","nowjs","react","styled-components","vim","vimrc","vimrc-builder","website","zeit"],"created_at":"2024-11-19T19:18:04.688Z","updated_at":"2025-08-24T03:42:08.522Z","avatar_url":"https://github.com/dawsbot.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./public/vim-logo.png\" alt=\"logo\" width=200/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003evimrc building made easy\u003c/b\u003e via a web app\n\n  \u003cbr/\u003e\n  \u003cbr/\u003e\n\n  \u003ca href=\"LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"MIT Licensed\" /\u003e\n  \u003c/a\u003e\n\n  \u003cbr/\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n## Why\n\nBuilding a vimrc file should not be difficult. **You're configuring a code editor that was invented in 1991** after all. No-matter your experience level, there are always new ways to alter your vim experience, yet finding the commands to do so can be impossible as tips are scattered across the internet.\n\n\u003cbr/\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eBuild a snippet or an entire vimrc with vimrc-builder\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://i.imgur.com/IqmbOTY.png\" alt=\"screenshot\" /\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\nHaving a vimrc is nearly critical if it's your primary text editor. Certain things should have just been built in, but they are not.\n\nExample: `syntax on` in your vimrc enables syntax hi-lighting\n\n`syntax on` and many more options are available in the web app.\n\n\u003cbr/\u003e\n\n## Contributing\n\nPlease do! If you want to add more vim commands, find those [here](https://github.com/dawsbot/vimrc-builder/blob/master/src/vim-commands.json). If you have a feature request, submit an [issue](https://github.com/dawsbot/vimrc-builder/issues).\n\n#### Color Palette\n\nInspired by [Laura](https://twitter.com/laurium)'s [article on color theory in web apps](https://www.smashingmagazine.com/2016/04/web-developer-guide-color/), this application was themed with the following palette:\n\n* Primary: (light pink) #fd746c (right side of background gradient)\n* Secondary: (juicy green): #BBEB64\n* Near white pink: #fff5f5 (use instead of white)\n* Near black pink:  #1f0200 (use instead of black)\n\n\u003cbr/\u003e\n\n## License\n\nMIT © [Dawson Botsford](https://dawsbot.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawsbot%2Fvimrc-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdawsbot%2Fvimrc-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawsbot%2Fvimrc-builder/lists"}