{"id":46582679,"url":"https://github.com/renderffx/htmx-lsp","last_synced_at":"2026-04-24T13:03:16.545Z","repository":{"id":258078060,"uuid":"871532039","full_name":"renderffx/htmx-lsp","owner":"renderffx","description":"it's so over . ","archived":false,"fork":false,"pushed_at":"2024-10-12T08:21:26.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-07T16:23:56.402Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/renderffx.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-10-12T08:14:18.000Z","updated_at":"2024-10-12T08:21:29.000Z","dependencies_parsed_at":"2024-10-18T04:46:56.288Z","dependency_job_id":null,"html_url":"https://github.com/renderffx/htmx-lsp","commit_stats":null,"previous_names":["pawan-pediredla/htmx-lsp","pavanbytes/htmx-lsp","xprodexe/htmx-lsp","1nsanereacts/htmx-lsp","pawvan/htmx-lsp","isafcck/htmx-lsp","pawannnnn/htmx-lsp","pawanjs/htmx-lsp","manikupireddii/htmx-lsp","pawanthegoat/htmx-lsp","pawanchief/htmx-lsp","pawanlifes/htmx-lsp","pawanscales/htmx-lsp","pavanscales/htmx-lsp","renderhq/htmx-lsp","renderffx/htmx-lsp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/renderffx/htmx-lsp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renderffx%2Fhtmx-lsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renderffx%2Fhtmx-lsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renderffx%2Fhtmx-lsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renderffx%2Fhtmx-lsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renderffx","download_url":"https://codeload.github.com/renderffx/htmx-lsp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renderffx%2Fhtmx-lsp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32224413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-03-07T11:14:45.543Z","updated_at":"2026-04-24T13:03:16.540Z","avatar_url":"https://github.com/renderffx.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/ThePrimeagen/htmx-lsp#gh-light-mode-only\"\u003e\u003cimg src=\"assets/logo.svg#gh-light-mode-only\"        width=\"300px\" alt=\"HTMX-LSP logo\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/ThePrimeagen/htmx-lsp#gh-dark-mode-only\"\u003e\u003cimg src=\"assets/logo.darkmode.svg#gh-dark-mode-only\" width=\"300px\" alt=\"HTMX-LSP logo\"/\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://crates.io/crates/htmx-lsp\"\u003e\u003cimg alt=\"crates.io\" src=\"https://img.shields.io/crates/v/htmx-lsp.svg?style=for-the-badge\u0026color=bc3f48\u0026logo=rust\" height=\"20\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/ThePrimeagen/htmx-lsp/actions?query=branch%3Amaster\"\u003e\u003cimg alt=\"build status\" src=\"https://img.shields.io/github/actions/workflow/status/ThePrimeagen/htmx-lsp/ci.yml?branch=master\u0026style=for-the-badge\u0026logo=github\" height=\"20\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003ch4 align=\"center\"\u003e\n     its so over\n\u003c/h4\u003e\n\n## LSP\n\nRight now this is very much so a work in progress and currently provides basic autocomplete for _most_ HTMX attributes. We have reached a point where I could use help! If you want to fill in documentation or help with autocompletes please open an issue/pr!\n\n## Integration\n\n### Neovim\n\n`htmx-lsp` can be installed via Mason. And can be configured with `lspconfig`\n\n```lua\nlocal lspconfig = require('lspconfig')\n-- ...\nlspconfig.htmx.setup{}\n```\n\n\n### VSCode\n\nNo published extension yet, but there is a development extension in the [`clients/vscode`](client/vscode/README.md) folder (with setup instructions)\n\n## Development\n\n### General\n\nAs of right now the general goal is just to provide completion for any `-`\ncharacter received without even looking at the context.\n\nAfter that, would be to perform some code actions that make sense and allow for\namazing utility around htmx.\n\n```console\nhtmx-lsp -f /path/to/file --level [OFF | TRACE | DEBUG | INFO | WARN | ERROR]\n```\n\n### Build\n\n```console\ncargo build\n\n# OR auto-build on file save, requires `cargo-watch`\ncargo install cargo-watch\ncargo watch -x build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenderffx%2Fhtmx-lsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenderffx%2Fhtmx-lsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenderffx%2Fhtmx-lsp/lists"}