{"id":13605673,"url":"https://github.com/hrsh7th/cmp-path","last_synced_at":"2025-04-04T06:09:55.692Z","repository":{"id":37531724,"uuid":"392351882","full_name":"hrsh7th/cmp-path","owner":"hrsh7th","description":"nvim-cmp source for path","archived":false,"fork":false,"pushed_at":"2023-12-05T09:42:46.000Z","size":42,"stargazers_count":659,"open_issues_count":34,"forks_count":62,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-03-28T05:13:54.847Z","etag":null,"topics":["nvim-cmp"],"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/hrsh7th.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":"2021-08-03T14:50:23.000Z","updated_at":"2025-03-27T11:51:25.000Z","dependencies_parsed_at":"2022-07-14T08:49:39.868Z","dependency_job_id":"9a417aca-d587-4e71-b910-86bd3f89a93d","html_url":"https://github.com/hrsh7th/cmp-path","commit_stats":{"total_commits":43,"total_committers":15,"mean_commits":"2.8666666666666667","dds":0.6744186046511628,"last_synced_commit":"91ff86cd9c29299a64f968ebb45846c485725f23"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrsh7th%2Fcmp-path","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrsh7th%2Fcmp-path/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrsh7th%2Fcmp-path/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrsh7th%2Fcmp-path/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrsh7th","download_url":"https://codeload.github.com/hrsh7th/cmp-path/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247128753,"owners_count":20888235,"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":["nvim-cmp"],"created_at":"2024-08-01T19:01:01.440Z","updated_at":"2025-04-04T06:09:55.662Z","avatar_url":"https://github.com/hrsh7th.png","language":"Lua","funding_links":[],"categories":["Lua","Completion","Plugins"],"sub_categories":["Diagnostics"],"readme":"# cmp-path\n\nnvim-cmp source for filesystem paths.\n\n# Setup\n\n```lua\nrequire'cmp'.setup {\n  sources = {\n    { name = 'path' }\n  }\n}\n```\n\n\n## Configuration\n\nThe below source configuration options are available. To set any of these options, do:\n\n```lua\ncmp.setup({\n  sources = {\n    {\n      name = 'path',\n      option = {\n        -- Options go into this table\n      },\n    },\n  },\n})\n```\n\n\n### trailing_slash (type: boolean)\n\n_Default:_ `false`\n\nSpecify if completed directory names should include a trailing slash. Enabling this option makes this source behave like Vim's built-in path completion.\n\n### label_trailing_slash (type: boolean)\n\n_Default:_ `true`\n\nSpecify if directory names in the completion menu should include a trailing slash.\n\n### get_cwd (type: function)\n\n_Default:_ returns the current working directory of the current buffer\n\nSpecifies the base directory for relative paths.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrsh7th%2Fcmp-path","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrsh7th%2Fcmp-path","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrsh7th%2Fcmp-path/lists"}