{"id":15686783,"url":"https://github.com/lambdalisue/vim-http-protocol","last_synced_at":"2026-04-27T18:34:20.835Z","repository":{"id":227173799,"uuid":"770667029","full_name":"lambdalisue/vim-http-protocol","owner":"lambdalisue","description":"Vim/Neovim plugin to support opening http:// or https:// without netrw.vim","archived":false,"fork":false,"pushed_at":"2024-03-12T00:49:57.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-05T13:23:16.403Z","etag":null,"topics":["http","https","neovim","vim"],"latest_commit_sha":null,"homepage":"","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/lambdalisue.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}},"created_at":"2024-03-12T00:09:51.000Z","updated_at":"2024-05-08T15:16:30.000Z","dependencies_parsed_at":"2024-03-12T01:53:22.842Z","dependency_job_id":"095226d8-0be3-4583-8049-12b767d7dbb7","html_url":"https://github.com/lambdalisue/vim-http-protocol","commit_stats":null,"previous_names":["lambdalisue/http-protocol.vim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-http-protocol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-http-protocol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-http-protocol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-http-protocol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lambdalisue","download_url":"https://codeload.github.com/lambdalisue/vim-http-protocol/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246311042,"owners_count":20757066,"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":["http","https","neovim","vim"],"created_at":"2024-10-03T17:41:19.969Z","updated_at":"2026-04-27T18:34:15.815Z","avatar_url":"https://github.com/lambdalisue.png","language":"Vim Script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# http-protocol.vim\n\nAllow opening a remote file with `http://` or `https://` format.\n\nNote that this plugin conflicts with `netrw.vim`.\n\n## Supported formats\n\n- `http://...`\n- `https://...`\n\n## Requirements\n\nOne of the following commands must be available in your system.\n\n- `curl`\n- `wget`\n- `pwsh` (PowerShell)\n- `powershell` (PowerShell)\n\n## Usage\n\nUsers must disable `netrw.vim` to use this plugin.\n\n```vim\nlet g:loaded_netrw = 1\nlet g:loaded_netrwPlugin       = 1\nlet g:loaded_netrwSettings     = 1\nlet g:loaded_netrwFileHandlers = 1\n```\n\nThen open a remote file with `http://` or `https://` format.\n\n```vim\n:e http://example.com\n```\n\n## See also\n\n- [file-protocol.vim](https://github.com/lambdalisue/file-protocol.vim) - Allow opening a local file with `file://` format.\n\n# License\n\nThe code in fern.vim follows MIT license texted in [LICENSE](./LICENSE).\nContributors need to agree that any modifications sent in this repository follow the license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdalisue%2Fvim-http-protocol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flambdalisue%2Fvim-http-protocol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdalisue%2Fvim-http-protocol/lists"}