Skip to content

Commit a02a7d7

Browse files
authored
vimPlugins.rzls-nvim: init at 2024-12-24 (NixOS#371576)
2 parents f561b6c + 6ebdb6a commit a02a7d7

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

maintainers/maintainer-list.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3315,6 +3315,13 @@
33153315
github = "brendanreis";
33163316
githubId = 10686906;
33173317
};
3318+
bretek = {
3319+
email = "[email protected]";
3320+
github = "bretek";
3321+
githubId = 79257746;
3322+
name = "Joseph Madden";
3323+
keys = [ { fingerprint = "3CF8 E983 2219 AB4B 0E19 158E 6112 1921 C9F8 117C"; } ];
3324+
};
33183325
brettlyons = {
33193326
email = "[email protected]";
33203327
github = "brettlyons";

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11290,6 +11290,18 @@ final: prev:
1129011290
meta.homepage = "https://github.com/rust-lang/rust.vim/";
1129111291
};
1129211292

11293+
rzls-nvim = buildVimPlugin {
11294+
pname = "rzls.nvim";
11295+
version = "2024-12-24";
11296+
src = fetchFromGitHub {
11297+
owner = "tris203";
11298+
repo = "rzls.nvim";
11299+
rev = "494a0a377d84f7424fc95d5f04f57027e24dedd7";
11300+
sha256 = "0fb8r1csdqiggbb68p22a0q3624ck9752z9ay9iarqkkap0z9z7c";
11301+
};
11302+
meta.homepage = "https://github.com/tris203/rzls.nvim/";
11303+
};
11304+
1129311305
sad-vim = buildVimPlugin {
1129411306
pname = "sad.vim";
1129511307
version = "2019-02-18";

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2656,6 +2656,10 @@ in
26562656
dependencies = [ self.nvim-lspconfig ];
26572657
};
26582658

2659+
rzls-nvim = super.rzls-nvim.overrideAttrs {
2660+
dependencies = [ self.roslyn-nvim ];
2661+
};
2662+
26592663
samodostal-image-nvim = super.samodostal-image-nvim.overrideAttrs {
26602664
dependencies = [ self.plenary-nvim ];
26612665
};

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,7 @@ https://github.com/keith/rspec.vim/,,
935935
https://github.com/ccarpita/rtorrent-syntax-file/,,
936936
https://github.com/simrat39/rust-tools.nvim/,,
937937
https://github.com/rust-lang/rust.vim/,,
938+
https://github.com/tris203/rzls.nvim/,HEAD,
938939
https://github.com/hauleth/sad.vim/,,
939940
https://github.com/vmware-archive/salt-vim/,,
940941
https://github.com/samodostal/image.nvim/,HEAD,samodostal-image-nvim

0 commit comments

Comments
 (0)