nvim-lsp/eslint: typo (#155)

This commit is contained in:
Alexander Nortung 2023-02-14 20:40:59 +01:00 committed by GitHub
parent 6e54dc1143
commit c5d9ea91b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,7 +125,7 @@ let
name = "eslint";
description = "Enable eslint";
package = pkgs.nodePackages.vscode-langservers-extracted;
cmd = cfg: [ "${cfg.package}/bin/vscode-eslint-langauge-server" "--stdio" ];
cmd = cfg: [ "${cfg.package}/bin/vscode-eslint-language-server" "--stdio" ];
}
{
name = "elixirls";