-
-
Notifications
You must be signed in to change notification settings - Fork 201
Closed
Description
I have verified that this feature request has not been made before
- I have checked the issues tab, and did not find a similar feature request. I understand that my issue will be closed if it is a duplicate.
Feature Type
New Plugin
Feature description
I'd love to do a pull request about this however I lack the nix expertise to do this. Even so, I've found that this snippet works great for me and I'd love to if possible see it in v0.8 maybe.
vim.lsp.servers = {
emmet-ls = {
enable = true;
cmd = ["${pkgs.emmet-ls}/bin/emmet-ls" "--stdio"];
filetypes = [
"html"
"css"
"javascript"
"typescript"
];
};
};Alternatives
Stick to superhtml I guess? It does most of the work but doesn't support something like .classname autocompletion
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels