{"id":21554581,"url":"https://github.com/ryoppippi/denippet-autoimport-vscode","last_synced_at":"2026-04-17T15:07:02.368Z","repository":{"id":238480978,"uuid":"796645282","full_name":"ryoppippi/denippet-autoimport-vscode","owner":"ryoppippi","description":"The simple module to autoload VS Code-like snippets on runtime path automatically.","archived":false,"fork":false,"pushed_at":"2024-05-06T11:35:24.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-26T23:54:04.789Z","etag":null,"topics":["denippet","deno","denops","neovim","neovim-plugin","snippet","vim","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ryoppippi.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":"2024-05-06T11:04:19.000Z","updated_at":"2024-06-11T15:16:16.000Z","dependencies_parsed_at":"2024-05-06T12:37:31.925Z","dependency_job_id":null,"html_url":"https://github.com/ryoppippi/denippet-autoimport-vscode","commit_stats":null,"previous_names":["ryoppippi/denippet-autoimport-vscode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryoppippi/denippet-autoimport-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoppippi%2Fdenippet-autoimport-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoppippi%2Fdenippet-autoimport-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoppippi%2Fdenippet-autoimport-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoppippi%2Fdenippet-autoimport-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryoppippi","download_url":"https://codeload.github.com/ryoppippi/denippet-autoimport-vscode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoppippi%2Fdenippet-autoimport-vscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31933774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"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":["denippet","deno","denops","neovim","neovim-plugin","snippet","vim","vim-plugin"],"created_at":"2024-11-24T07:15:28.903Z","updated_at":"2026-04-17T15:07:02.331Z","avatar_url":"https://github.com/ryoppippi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# denippet-autoimport-vscode\n\nThe simple module to autoload VS Code-like snippets on runtime path automatically.\n\n\n## Requirements\n\n- [Denippet.vim](https://github.com/uga-rosa/denippet.vim)\n- [Denops.vim](https://github.com/vim-denops/denops.vim)\n\n## Features\n\n## Installation\n\nIf you are using lazy.nvim\n\n```lua\nreturn {\n    \"ryoppippi/denippet-autoimport-vscode\",\n    event = { \"InsertEnter\", \"User DenopsReady\" },\n    dependencies = {\n        \"vim-denops/denops.vim\",\n        \"rafamadriz/friendly-snippets\", -- your favorite VS Code-like snippet collection\n    },\n}\n\n```\n\nThat's it! This plugin loads your snippets automatically!\n\n## Configuration\n\nNo additional configuration is required. The module automatically scans all runtime paths for VSCode snippet configurations and loads them accordingly.\n\n### Commands\n\nAfter initialization, when you want to reload snipepts, run the following command:\n\n```vim\n:DenippetReloadVSCodeSnippet\n```\n\nThis command ensures that all snippets are up-to-date and loaded into the active Denippet.\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. \n\n## Inspired\n\nThis feature is inspired by a builtin function in [LuaSnip](https://github.com/L3MON4D3/LuaSnip?tab=readme-ov-file#add-snippets)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryoppippi%2Fdenippet-autoimport-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryoppippi%2Fdenippet-autoimport-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryoppippi%2Fdenippet-autoimport-vscode/lists"}