{"id":14694076,"url":"https://github.com/ryoppippi/vim-svelte-inspector","last_synced_at":"2025-04-10T09:26:09.700Z","repository":{"id":200997946,"uuid":"706701756","full_name":"ryoppippi/vim-svelte-inspector","owner":"ryoppippi","description":"Use Svelte Inspector in Vim/Neovim! (Actually you can use this with React, Vue and so on...","archived":false,"fork":false,"pushed_at":"2024-09-02T09:56:24.000Z","size":6,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T11:48:43.458Z","etag":null,"topics":["neovim-plugin","nvim-plugin","svelte","svetlekit","vim-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/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":"2023-10-18T13:08:19.000Z","updated_at":"2024-12-24T14:52:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"aac36ac2-1d0f-4721-9aab-f42278f35dfb","html_url":"https://github.com/ryoppippi/vim-svelte-inspector","commit_stats":null,"previous_names":["ryoppippi/sveltekit_inspector.vim","ryoppippi/vim-svelte-inspector"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoppippi%2Fvim-svelte-inspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoppippi%2Fvim-svelte-inspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoppippi%2Fvim-svelte-inspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoppippi%2Fvim-svelte-inspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryoppippi","download_url":"https://codeload.github.com/ryoppippi/vim-svelte-inspector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248190743,"owners_count":21062333,"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":["neovim-plugin","nvim-plugin","svelte","svetlekit","vim-plugin"],"created_at":"2024-09-13T03:00:37.497Z","updated_at":"2025-04-10T09:26:09.670Z","avatar_url":"https://github.com/ryoppippi.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# vim-svelte-inspector\n\n\nhttps://github.com/ryoppippi/sveltekit_inspector.vim/assets/1560508/4b8a3903-3339-43d2-817a-2ff246b81416\n\n\n\nBased on [this article](https://theosteiner.de/open-neovim-from-your-browser-integrating-nvim-with-sveltes-inspector)  \nYou can learn how to use the inspector from [the official readme](https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/config.md#inspector)\n\n## Dependencies\nYou need to install \n- [flatten.nvim](https://github.com/willothy/flatten.nvim) or [guice.vim](https://github.com/lambdalisue/guise.vim/tree/main)\n- [fileline.nvim](https://github.com/lewis6991/fileline.nvim), [File-line](https://github.com/bogado/file-line) or [vim-fetch](https://github.com/wsdjeg/vim-fetch)\n- [plenary.nvim](https://github.com/nvim-lua/plenary.nvim)\n\n## Config\n\nSetup with your favorite plugin manager:\n\nvim script:\n```vim\nsvelte_inspector#setup()\n```\n\nlua:\n```lua\nrequire(\"svelte_inspector\").setup()\n```\n\nThis is my config with lazy.nvim\n```lua\nreturn {\n\t\"ryoppippi/vim-svelte-inspector\",\n\tdependencies = {\n\t    \"willothy/flatten.nvim\",\n\t    \"lewis6991/fileline.nvim\",\n\t\t\"nvim-lua/plenary.nvim\",\n\t},\n\tlazy = false,\n\tconfig = true,\n}\n```\n\nThen, enable inspector in `svelte.config.js`:\n\n```js\nexport default {\n  vitePlugin: {\n    inspector: true\n  }\n};\n```\n\n# Limitation\n- Only works in vim terminal\n\n# License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryoppippi%2Fvim-svelte-inspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryoppippi%2Fvim-svelte-inspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryoppippi%2Fvim-svelte-inspector/lists"}