vimPlugins.rocks-nvim: added rocks.nvim

This commit is contained in:
Matthieu C. 2024-06-17 22:33:28 +02:00 committed by Matthieu Coudron
parent cd93a50ac2
commit b5d723ae3a
2 changed files with 13 additions and 0 deletions

View File

@ -9676,6 +9676,18 @@ final: prev:
meta.homepage = "https://github.com/mfukar/robotframework-vim/";
};
rocks-nvim = buildNeovimPlugin {
pname = "rocks.nvim";
version = "2024-06-19";
src = fetchFromGitHub {
owner = "nvim-neorocks";
repo = "rocks.nvim";
rev = "6737e01a76eaaae06d11b45c8b5b774fa97c283b";
sha256 = "0vl6rm3rv1730iw3bwzrwjsgr1hw5h4ksdgpir5spd3vqj7i97lz";
};
meta.homepage = "https://github.com/nvim-neorocks/rocks.nvim/";
};
ron-vim = buildVimPlugin {
pname = "ron.vim";
version = "2022-08-19";

View File

@ -813,6 +813,7 @@ https://github.com/vim-scripts/restore_view.vim/,HEAD,restore-view-vim
https://github.com/gu-fan/riv.vim/,,
https://github.com/kevinhwang91/rnvimr/,,
https://github.com/mfukar/robotframework-vim/,,
https://github.com/nvim-neorocks/rocks.nvim/,,
https://github.com/ron-rs/ron.vim/,,
https://github.com/jmederosalvarado/roslyn.nvim/,HEAD,
https://github.com/keith/rspec.vim/,,