{"id":32674869,"url":"https://github.com/bydlw98/blink-cmp-sshconfig","last_synced_at":"2025-12-25T12:07:27.521Z","repository":{"id":296673260,"uuid":"990071516","full_name":"bydlw98/blink-cmp-sshconfig","owner":"bydlw98","description":"Ssh_config(5) files source for blink.cmp","archived":false,"fork":false,"pushed_at":"2025-09-07T09:56:09.000Z","size":43,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-07T10:16:10.645Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/bydlw98.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,"zenodo":null}},"created_at":"2025-05-25T12:51:28.000Z","updated_at":"2025-09-07T09:56:13.000Z","dependencies_parsed_at":"2025-06-01T16:50:49.731Z","dependency_job_id":"1534dec6-17bc-4ff0-87b3-bea391695ecc","html_url":"https://github.com/bydlw98/blink-cmp-sshconfig","commit_stats":null,"previous_names":["bydlw98/blink-cmp-sshconfig"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bydlw98/blink-cmp-sshconfig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bydlw98%2Fblink-cmp-sshconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bydlw98%2Fblink-cmp-sshconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bydlw98%2Fblink-cmp-sshconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bydlw98%2Fblink-cmp-sshconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bydlw98","download_url":"https://codeload.github.com/bydlw98/blink-cmp-sshconfig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bydlw98%2Fblink-cmp-sshconfig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282101880,"owners_count":26614352,"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-11-01T02:00:06.759Z","response_time":61,"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":[],"created_at":"2025-11-01T06:01:18.526Z","updated_at":"2025-11-01T06:02:27.913Z","avatar_url":"https://github.com/bydlw98.png","language":"Python","funding_links":[],"categories":["Completion"],"sub_categories":["Diagnostics"],"readme":"\u003cdiv align=\"center\"\u003e\n\n# blink-cmp-sshconfig\n\n[blink.cmp](https://github.com/Saghen/blink.cmp) source for sshconfig files.\n\nKeywords and their meanings are taken from [OpenBSD ssh_config(5)](https://man.openbsd.org/ssh_config).\n\n\u003c/div\u003e\n\n---\n\n## Requirements\n\n- neovim \u003e= 0.11.0\n- `python`\n- `uv`\n- `GNU make`\n\n---\n\n## Installation\n\n### [`lazy.nvim`](https://github.com/folke/lazy.nvim)\n\n```lua\nrequire(\"lazy\").setup({\n  spec = {\n    {\n      \"saghen/blink.cmp\",\n      dependencies = {\n        {\n          \"bydlw98/blink-cmp-sshconfig\",\n          build = 'make',\n        },\n      },\n      opts = {\n        sources = {\n          default = { \"lsp\", \"path\", \"snippets\", \"buffer\", \"sshconfig\" },\n          providers = {\n            sshconfig = {\n              name = \"SshConfig\",\n              module = \"blink-cmp-sshconfig\",\n            }\n          }\n        }\n      }\n    },\n  },\n})\n```\n\n### [`vim-plug`](https://github.com/junegunn/vim-plug)\n\n```vim\ncall plug#begin()\n\nPlug 'Saghen/blink.cmp'\nPlug 'bydlw98/blink-cmp-sshconfig', { 'do': 'make' }\n\nlua \u003c\u003c EOF\nrequire(\"blink.cmp\").setup({\n  sources = {\n    default = { \"lsp\", \"path\", \"snippets\", \"buffer\", \"sshconfig\" },\n    providers = {\n      sshconfig = {\n        name = \"SshConfig\",\n        module = \"blink-cmp-sshconfig\",\n      }\n    }\n  }\n})\nEOF\n\ncall plug#end()\n```\n\n---\n\n## Generating completion_items.lua\n\nYou can generate the keywords and their meanings in `lua/blink-cmp-sshconfig/completion_items.lua` with the following command:\n\n```sh\nmake\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbydlw98%2Fblink-cmp-sshconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbydlw98%2Fblink-cmp-sshconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbydlw98%2Fblink-cmp-sshconfig/lists"}