Skip to content

Commit 6ebdb6a

Browse files
committed
vimPlugins.rzls-nvim: init at 2024-12-24
fix
1 parent d7bfa33 commit 6ebdb6a

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

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

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

11185+
rzls-nvim = buildVimPlugin {
11186+
pname = "rzls.nvim";
11187+
version = "2024-12-24";
11188+
src = fetchFromGitHub {
11189+
owner = "tris203";
11190+
repo = "rzls.nvim";
11191+
rev = "494a0a377d84f7424fc95d5f04f57027e24dedd7";
11192+
sha256 = "0fb8r1csdqiggbb68p22a0q3624ck9752z9ay9iarqkkap0z9z7c";
11193+
};
11194+
meta.homepage = "https://github.com/tris203/rzls.nvim/";
11195+
};
11196+
1118511197
sad-vim = buildVimPlugin {
1118611198
pname = "sad.vim";
1118711199
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
@@ -2621,6 +2621,10 @@ in
26212621
dependencies = [ self.nvim-lspconfig ];
26222622
};
26232623

2624+
rzls-nvim = super.rzls-nvim.overrideAttrs {
2625+
dependencies = [ self.roslyn-nvim ];
2626+
};
2627+
26242628
samodostal-image-nvim = super.samodostal-image-nvim.overrideAttrs {
26252629
dependencies = [ self.plenary-nvim ];
26262630
};

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,7 @@ https://github.com/keith/rspec.vim/,,
928928
https://github.com/ccarpita/rtorrent-syntax-file/,,
929929
https://github.com/simrat39/rust-tools.nvim/,,
930930
https://github.com/rust-lang/rust.vim/,,
931+
https://github.com/tris203/rzls.nvim/,HEAD,
931932
https://github.com/hauleth/sad.vim/,,
932933
https://github.com/vmware-archive/salt-vim/,,
933934
https://github.com/samodostal/image.nvim/,HEAD,samodostal-image-nvim

0 commit comments

Comments
 (0)