mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-30 14:49:44 +02:00
plugin/efmls-configs: init + tests (#542)
This commit is contained in:
parent
c4354ea9ec
commit
4cd3707e00
7 changed files with 630 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
pkgs: rec {
|
||||
rust-analyzer-config = pkgs.callPackage ./rust-analyzer {};
|
||||
efmls-configs-tools = pkgs.callPackage ./efmls-configs {};
|
||||
autogenerated-configs = pkgs.callPackage ({stdenv}:
|
||||
stdenv.mkDerivation {
|
||||
pname = "autogenerated-configs";
|
||||
|
@ -11,6 +12,7 @@ pkgs: rec {
|
|||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp ${rust-analyzer-config}/share/* $out
|
||||
cp ${efmls-configs-tools}/share/* $out
|
||||
'';
|
||||
}) {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue