vimPlugins.rzls-nvim: init at 2024-12-24 (#371576)
This commit is contained in:
@@ -3315,6 +3315,13 @@
|
||||
github = "brendanreis";
|
||||
githubId = 10686906;
|
||||
};
|
||||
bretek = {
|
||||
email = "josephmadden999@gmail.com";
|
||||
github = "bretek";
|
||||
githubId = 79257746;
|
||||
name = "Joseph Madden";
|
||||
keys = [ { fingerprint = "3CF8 E983 2219 AB4B 0E19 158E 6112 1921 C9F8 117C"; } ];
|
||||
};
|
||||
brettlyons = {
|
||||
email = "blyons@fastmail.com";
|
||||
github = "brettlyons";
|
||||
|
||||
@@ -11290,6 +11290,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/rust-lang/rust.vim/";
|
||||
};
|
||||
|
||||
rzls-nvim = buildVimPlugin {
|
||||
pname = "rzls.nvim";
|
||||
version = "2024-12-24";
|
||||
src = fetchFromGitHub {
|
||||
owner = "tris203";
|
||||
repo = "rzls.nvim";
|
||||
rev = "494a0a377d84f7424fc95d5f04f57027e24dedd7";
|
||||
sha256 = "0fb8r1csdqiggbb68p22a0q3624ck9752z9ay9iarqkkap0z9z7c";
|
||||
};
|
||||
meta.homepage = "https://github.com/tris203/rzls.nvim/";
|
||||
};
|
||||
|
||||
sad-vim = buildVimPlugin {
|
||||
pname = "sad.vim";
|
||||
version = "2019-02-18";
|
||||
|
||||
@@ -2656,6 +2656,10 @@ in
|
||||
dependencies = [ self.nvim-lspconfig ];
|
||||
};
|
||||
|
||||
rzls-nvim = super.rzls-nvim.overrideAttrs {
|
||||
dependencies = [ self.roslyn-nvim ];
|
||||
};
|
||||
|
||||
samodostal-image-nvim = super.samodostal-image-nvim.overrideAttrs {
|
||||
dependencies = [ self.plenary-nvim ];
|
||||
};
|
||||
|
||||
@@ -935,6 +935,7 @@ https://github.com/keith/rspec.vim/,,
|
||||
https://github.com/ccarpita/rtorrent-syntax-file/,,
|
||||
https://github.com/simrat39/rust-tools.nvim/,,
|
||||
https://github.com/rust-lang/rust.vim/,,
|
||||
https://github.com/tris203/rzls.nvim/,HEAD,
|
||||
https://github.com/hauleth/sad.vim/,,
|
||||
https://github.com/vmware-archive/salt-vim/,,
|
||||
https://github.com/samodostal/image.nvim/,HEAD,samodostal-image-nvim
|
||||
|
||||
Reference in New Issue
Block a user