Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajasegar/htmx-lsp
Language Server for htmx
https://github.com/rajasegar/htmx-lsp
htmx lsp lsp-server
Last synced: 15 days ago
JSON representation
Language Server for htmx
- Host: GitHub
- URL: https://github.com/rajasegar/htmx-lsp
- Owner: rajasegar
- License: mit
- Created: 2023-07-30T10:48:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-30T11:59:51.000Z (over 1 year ago)
- Last Synced: 2024-10-13T22:38:47.993Z (about 1 month ago)
- Topics: htmx, lsp, lsp-server
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# htmx-lsp
Language Server for [htmx](https://htmx.org)
## Installation
You need [Node.js](https://nodejs.org/) installed on your machine.Install `htmx-lsp` globally
```
npm i -g htmx-lsp
```## Features
- Autocomplete for htmx attribute names with documentation
-## Tested in the following editors:
- [x] [Helix](helix-editor.com/)
- [ ] [Neovim](https://neovim.io/)
- [ ] [VSCode](https://code.visualstudio.com/)