1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-18 08:19:39 +01:00

plugins/efmls-configs: use dependencies for efm-langserver

This commit is contained in:
Gaetan Lepage 2025-10-23 11:01:54 +02:00 committed by Gaétan Lepage
parent c40f1b0fbd
commit 593e8114cd
3 changed files with 18 additions and 13 deletions

View file

@ -110,6 +110,7 @@ in
curl.default = "curl";
direnv.default = "direnv";
distant.default = "distant";
efm-langserver.default = "efm-langserver";
fish.default = "fish";
flutter.default = "flutter";
fzf = {