{"id":13607553,"url":"https://github.com/mannuelf/dotvimrc","last_synced_at":"2026-02-12T20:32:50.568Z","repository":{"id":147845043,"uuid":"268530521","full_name":"mannuelf/dotvimrc","owner":"mannuelf","description":"My vimrc file, so we can take it anywhere","archived":false,"fork":false,"pushed_at":"2023-04-02T05:03:47.000Z","size":884,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-14T16:54:29.667Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mannuelf.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-06-01T13:29:53.000Z","updated_at":"2023-03-04T02:44:30.000Z","dependencies_parsed_at":"2023-06-12T03:00:36.630Z","dependency_job_id":null,"html_url":"https://github.com/mannuelf/dotvimrc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mannuelf/dotvimrc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mannuelf%2Fdotvimrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mannuelf%2Fdotvimrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mannuelf%2Fdotvimrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mannuelf%2Fdotvimrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mannuelf","download_url":"https://codeload.github.com/mannuelf/dotvimrc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mannuelf%2Fdotvimrc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29380604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T19:05:20.189Z","status":"ssl_error","status_checked_at":"2026-02-12T19:01:44.216Z","response_time":55,"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":[],"created_at":"2024-08-01T19:01:19.625Z","updated_at":"2026-02-12T20:32:50.545Z","avatar_url":"https://github.com/mannuelf.png","language":"Vim Script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# .vimrc\n\nMy vimrc file, so we can take it anywhere\n\n## How to use\n\n1. fork repo\n2. clone repo\n3. delete your local .vimrc\n4. symlink to this .vimrc and you should be good to go.\n5. Install VIM-PLUG: [vim-plug](https://github.com/junegunn/vim-plug)\n6. Open VIM ignore errors about cant find plugins, because on first launch you have no plugins installed and your vimrc is calling plugins, you have to get in and install plugins... so run the install command below.\n\n### Install VIM-PLUG\n\n```bash\ncurl -fLo ~/.vim/autoload/plug.vim --create-dirs \\\n    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\n```\n\n```bash\n:PluginInstall\n```\nIf you get any errors in VIM do:\n\n```bash\n:PlugStatus\n```\n... and follow helpfull commands.\n\n### Add symlink\n\n```bash\nln -s $HOME/workspace/dotvimrc/.vimrc $HOME/.vimrc\n```\n\n## Screenshot\n\nThis is what you gonna get =\u003e\n\n![screenshot](./screenshot.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmannuelf%2Fdotvimrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmannuelf%2Fdotvimrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmannuelf%2Fdotvimrc/lists"}