languages/html: add emmet LSP
Closes #1211
Sanity Checking
- [x] I have updated the changelog as per my changes
- [x] I have tested, and self-reviewed my code
- [ ] My changes fit guidelines found in hacking nvf
- Style and consistency
- [x] I ran Alejandra to format my code (
nix fmt) - [ ] My code conforms to the editorconfig configuration of the project
- [ ] My changes are consistent with the rest of the codebase
- [x] I ran Alejandra to format my code (
- If new changes are particularly complex:
- [ ] My code includes comments in particularly complex areas
- [ ] I have added a section in the manual
- [ ] (For breaking changes) I have included a migration guide
- Package(s) built:
- [ ]
.#nix(default package) - [ ]
.#maximal - [ ]
.#docs-html(manual, must build) - [ ]
.#docs-linkcheck(optional, please build if adding links)
- [ ]
- Tested on platform(s)
- [x]
x86_64-linux - [ ]
aarch64-linux - [ ]
x86_64-darwin - [ ]
aarch64-darwin
- [x]
Add a :+1: reaction to pull requests you find important.
:rocket: Live preview deployed from a87439ed3c9b99edc1512dc89acdd901cdc176c0
View it here:
Debug Information
Triggered by: NotAShelf
HEAD at: emmet-ls
Reruns: 1572
Looks good, if you could just add a changelog entry this'll be ready to merge :)
Awesome! Done.
Very excited for this one to get merged because I've dearly missed emmet-ls since moving from vanilla nvim to nvf
I could swear that I enabled automerge for this...
✅ Preview has been deleted successfully!
hey @valyntyler thank you this works for html! might be a noob question sorry for that but how can I enable this for .tsx and .jsx files?
hey @valyntyler thank you this works for html! might be a noob question sorry for that but how can I enable this for .tsx and .jsx files?
With a PR. It's on the way. #1235
awsome thanks for keeping me up to date!