{"id":19179269,"url":"https://github.com/nearhuscarl/vim-config","last_synced_at":"2026-06-17T22:32:06.936Z","repository":{"id":98240490,"uuid":"113145615","full_name":"NearHuscarl/vim-config","owner":"NearHuscarl","description":"vim and gvim settings","archived":false,"fork":false,"pushed_at":"2019-01-28T17:46:36.000Z","size":1122,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T01:35:45.134Z","etag":null,"topics":["vim","vim-configs","vimrc"],"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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NearHuscarl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-12-05T07:01:23.000Z","updated_at":"2019-01-28T17:46:37.000Z","dependencies_parsed_at":"2023-05-18T21:45:31.523Z","dependency_job_id":null,"html_url":"https://github.com/NearHuscarl/vim-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NearHuscarl/vim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NearHuscarl%2Fvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NearHuscarl%2Fvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NearHuscarl%2Fvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NearHuscarl%2Fvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NearHuscarl","download_url":"https://codeload.github.com/NearHuscarl/vim-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NearHuscarl%2Fvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34468766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":["vim","vim-configs","vimrc"],"created_at":"2024-11-09T10:42:38.299Z","updated_at":"2026-06-17T22:32:06.912Z","avatar_url":"https://github.com/NearHuscarl.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-config\npersonal vim settings\n\n## Tips\n\n### Regex\n\n##### Negative Lookahead\n\n```vim\n/Foo\\(Bar\\)\\@!\n```\n\n| Match  | No Match |\n|:------:|:--------:|\n| FooBaz |  FooBar  |\n| FooQux |          |\n| FooMuh |          |\n\n\n##### Negative Lookbehind\n\n```vim\n/\\(Foo\\)\\@\u003c!Bar\n```\n\n| Match  | No Match |\n|:------:|:--------:|\n| BazBar |  FooBar  |\n| QuxBar |          |\n| MuhBar |          |\n\n##### Positive lookahead:\n\n```vim\n/Foo\\(Bar\\)\\@=\n```\n\n| Match  | No Match |\n|:------:|:--------:|\n| FooBar |  FooBaz  |\n|        |  FooQux  |\n|        |  FooMuh  |\n\n##### Positive lookbehind\n\n```vim\n/\\(Foo\\)\\@\u003c=Bar\n```\n\n| Match  | No Match |\n|:------:|:--------:|\n| FooBar |  BazBar  |\n|        |  QuxBar  |\n|        |  MuhBar  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnearhuscarl%2Fvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnearhuscarl%2Fvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnearhuscarl%2Fvim-config/lists"}