mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-07 11:25:06 +02:00
nvim-lsp/eslint: typo
This commit is contained in:
parent
c73bef16ab
commit
f82735748c
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue