Skip to content

Add emmet-ls to html.lsp.servers #1211

@valyntyler

Description

@valyntyler

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions