All pname

This commit is contained in:
Martin Potier 2021-09-14 17:18:59 +03:00
parent 1f2b098603
commit 1b4a10a810
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
1 changed files with 9 additions and 9 deletions

View File

@ -13,7 +13,7 @@ with pkgs;
let
plugins = let inherit (vimUtils) buildVimPluginFrom2Nix; in {
"vim-hcl" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-hcl";
pname = "vim-hcl";
src = fetchgit {
url = "git://github.com/jvirtanen/vim-hcl";
rev = "c64a006facad8c3cc0f16ba324e63524932a96e7";
@ -22,7 +22,7 @@ let
dependencies = [];
};
"systemd-syntax" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "systemd-syntax";
pname = "systemd-syntax";
src = fetchgit {
url = "git://github.com/Matt-Deacalion/vim-systemd-syntax";
rev = "394a516f524e74ac8808ede1496b25d8b9824827";
@ -31,7 +31,7 @@ let
dependencies = [];
};
"opencl-syntax" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "opencl-syntax";
pname = "opencl-syntax";
src = fetchgit {
url = "git://github.com/petRUShka/vim-opencl";
rev = "7668b018fe9461c6b51e0b736ed84aa84d6bafce";
@ -40,7 +40,7 @@ let
dependencies = [];
};
"vim-gnupg" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-gnupg";
pname = "vim-gnupg";
src = fetchFromGitHub {
owner = "jamessan";
repo = "vim-gnupg";
@ -50,7 +50,7 @@ let
dependencies = [];
};
vim-timedot = buildVimPluginFrom2Nix {
name = "vim-timedot";
pname = "vim-timedot";
src = fetchFromGitHub {
owner = "jpotier";
repo = "vim-timedot";
@ -59,7 +59,7 @@ let
};
};
vim-selinux = buildVimPluginFrom2Nix {
name = "vim-selinux";
pname = "vim-selinux";
src = fetchFromGitHub {
owner = "lzap";
repo = "vim-selinux";
@ -68,12 +68,12 @@ let
};
};
vim-lilypond = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-lilypond";
pname = "vim-lilypond";
src = "${pkgs.lilypond.outPath}/share/lilypond/${pkgs.lilypond.version}/vim";
dependencies = [];
};
vim-css-color = buildVimPluginFrom2Nix {
name = "vim-css-color";
pname = "vim-css-color";
src = fetchFromGitHub {
owner = "jpotier";
repo = "vim-css-color";
@ -82,7 +82,7 @@ let
};
};
}; in vim_configurable.customize {
name = "vim";
pname = "vim";
vimrcConfig.packages.myVimPackage = with pkgs.vimPlugins; with plugins; {
# loaded on launch
start = [