mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 02:59:00 +02:00
plugins/lsp: update eslint
package name
Due to https://github.com/NixOS/nixpkgs/pull/337888 Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
d7bdf1f4b8
commit
e05a9e45b3
1 changed files with 4 additions and 1 deletions
|
@ -94,7 +94,6 @@ pkgs: {
|
||||||
vulture
|
vulture
|
||||||
;
|
;
|
||||||
inherit (nodePackages)
|
inherit (nodePackages)
|
||||||
eslint
|
|
||||||
eslint_d
|
eslint_d
|
||||||
prettier
|
prettier
|
||||||
alex
|
alex
|
||||||
|
@ -113,6 +112,10 @@ pkgs: {
|
||||||
cmake_lint = cmake-format;
|
cmake_lint = cmake-format;
|
||||||
dartfmt = dart;
|
dartfmt = dart;
|
||||||
dotnet_format = dotnet-runtime;
|
dotnet_format = dotnet-runtime;
|
||||||
|
# TODO: Added 2024-08-31; remove 2024-11-31
|
||||||
|
# eslint was moved out of nodePackages set without alias
|
||||||
|
# Using fallback as a transition period
|
||||||
|
eslint = pkgs.eslint or pkgs.nodePackages.eslint;
|
||||||
fish_indent = fish;
|
fish_indent = fish;
|
||||||
gofmt = go;
|
gofmt = go;
|
||||||
goimports = go-tools;
|
goimports = go-tools;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue