{"id":16344274,"url":"https://github.com/cidem/neovim-set-path","last_synced_at":"2026-04-25T12:32:55.670Z","repository":{"id":54958826,"uuid":"330908073","full_name":"cideM/neovim-set-path","owner":"cideM","description":"Neovim Helper to Improve the Build-In `:find` Command","archived":false,"fork":false,"pushed_at":"2021-01-29T16:18:03.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-18T08:36:52.584Z","etag":null,"topics":["neovim","neovim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/cideM.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":"2021-01-19T08:10:51.000Z","updated_at":"2021-01-29T16:18:06.000Z","dependencies_parsed_at":"2022-08-14T07:20:59.885Z","dependency_job_id":null,"html_url":"https://github.com/cideM/neovim-set-path","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cideM/neovim-set-path","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cideM%2Fneovim-set-path","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cideM%2Fneovim-set-path/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cideM%2Fneovim-set-path/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cideM%2Fneovim-set-path/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cideM","download_url":"https://codeload.github.com/cideM/neovim-set-path/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cideM%2Fneovim-set-path/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32262801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"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":["neovim","neovim-plugin"],"created_at":"2024-10-11T00:27:41.968Z","updated_at":"2026-04-25T12:32:55.637Z","avatar_url":"https://github.com/cideM.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim Path Helpers\n\nThis plugin is based entirely on the idea from [this gist](https://gist.github.com/romainl/c8266473ae77b637eda8913c365db6dc)\n\n## Quickstart\n\n```vim\nPlug 'cidem/neovim-set-path'\n```\n\nAdd this to your `init.vim`\n\n```vim\naugroup SetPath\n\t\tautocmd!\n\t\tautocmd BufEnter,DirChanged * call pathutils#SetPath()\naugroup END\ncommand! -nargs=0 UpdatePath :call pathutils#SetPath()\n```\n\nYour buffer-local `path` will now be updated based on the above events and also whenever you manually call `:UpdatePath`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcidem%2Fneovim-set-path","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcidem%2Fneovim-set-path","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcidem%2Fneovim-set-path/lists"}