1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 03:56:05 +01:00

plugins/efmls-configs/packages: ZLint -> zlint (upstream rename)

This commit is contained in:
Gaetan Lepage 2025-10-14 08:27:41 +02:00 committed by Gaétan Lepage
parent 5b3d21f672
commit 73882eb022

View file

@ -168,6 +168,6 @@ in
vint = "vim-vint"; vint = "vim-vint";
write_good = "write-good"; write_good = "write-good";
yq = "yq-go"; yq = "yq-go";
ZLint = "zig-zlint"; zlint = "zig-zlint";
}; };
} }