{"id":48035536,"url":"https://github.com/ngtuonghy/live-server-nvim","last_synced_at":"2026-04-04T13:58:57.624Z","repository":{"id":227514972,"uuid":"671761396","full_name":"ngtuonghy/live-server-nvim","owner":"ngtuonghy","description":"live server in neovim","archived":false,"fork":false,"pushed_at":"2024-12-09T02:27:56.000Z","size":19,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-09T03:24:28.284Z","etag":null,"topics":["live-server","lua","neovim","neovim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ngtuonghy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-28T04:39:26.000Z","updated_at":"2024-12-09T02:27:59.000Z","dependencies_parsed_at":"2024-12-09T03:21:42.471Z","dependency_job_id":"9b61e94a-c49e-4599-bbb7-76b8b1ee3b59","html_url":"https://github.com/ngtuonghy/live-server-nvim","commit_stats":null,"previous_names":["ngtuonghy/live-server-nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ngtuonghy/live-server-nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngtuonghy%2Flive-server-nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngtuonghy%2Flive-server-nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngtuonghy%2Flive-server-nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngtuonghy%2Flive-server-nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngtuonghy","download_url":"https://codeload.github.com/ngtuonghy/live-server-nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngtuonghy%2Flive-server-nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31402276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"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":["live-server","lua","neovim","neovim-plugin"],"created_at":"2026-04-04T13:58:57.542Z","updated_at":"2026-04-04T13:58:57.607Z","avatar_url":"https://github.com/ngtuonghy.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# live-server-nvim: plugin to run live-server in neovim\n\nhttps://github.com/ngtuonghy/live-server-nvim/assets/116539745/03613e49-fcc7-492a-8c70-040f2f8cb2b1\n\n##  Features\n\n - Always find and run the index.html file regardless of where you are in the project root\n - Run the currently opened file\n\n## Requiements\n\n - [npm](https://docs.npmjs.com/cli)\n\n## Installation\n\n- install the plugin with lazy.nvim as you would for any other:\n\n```lua\n require(\"lazy\").setup({\n  {\n    {\n\t  \"ngtuonghy/live-server-nvim\",\n\t  event = \"VeryLazy\",\n\t  build = \":LiveServerInstall\",\n\t  config = function()\n\t  require(\"live-server-nvim\").setup({})\n\t  end,\n    }, \n})\n```\n\n# Configuration\n\n- live-server-nvim will not run without setup\n\n```lua\nrequire('live-server-nvim').setup ({\n    custom = {\n        \"--port=8080\",\n        \"--no-css-inject\",\n    },\n serverPath = vim.fn.stdpath(\"data\") .. \"/live-server/\", --default\n open = \"folder\", -- folder|cwd     --default\n})\n\n```\n- Supported customized [see live-server](https://github.com/tapio/live-server#usage-from-command-line)\n\n## Usage\n\n```lua\nLiveServerStart--Run server\nLiveServerStart -f    -- Serve the currently open file (Note: for this to work, `open` mode in setup must be set to \"folder\")\nLiveServerStop --Stop server\nLiveServerToggle --Toggle server\n```\n## Custom mappings\n\n```lua\nvim.keymap.set(\"n\", \"\u003cleader\u003elt\", function() require(\"live-server-nvim\").toggle() end)\n```\n\n## Contributors\nMany thanks to those who have contributed to the project!\n\n[@beka-birhanu](https://github.com/beka-birhanu)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngtuonghy%2Flive-server-nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngtuonghy%2Flive-server-nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngtuonghy%2Flive-server-nvim/lists"}