vimPlugins.rspec-vim: init at 2020-08-20

This commit is contained in:
ilkecan 2021-03-21 22:49:13 +03:00
parent ac295b38f1
commit fac96abe50
2 changed files with 13 additions and 0 deletions

View file

@ -3779,6 +3779,18 @@ let
meta.homepage = "https://github.com/mfukar/robotframework-vim/";
};
rspec-vim = buildVimPluginFrom2Nix {
pname = "rspec-vim";
version = "2020-08-20";
src = fetchFromGitHub {
owner = "keith";
repo = "rspec.vim";
rev = "e49d306de952c2195233b83f9ca9fa94e19affe4";
sha256 = "0445abk039qlhk5s9jm5hawfksds5dgshb1lspvfkz8slk6m076z";
};
meta.homepage = "https://github.com/keith/rspec.vim/";
};
rtorrent-syntax-file = buildVimPluginFrom2Nix {
pname = "rtorrent-syntax-file";
version = "2016-03-19";

View file

@ -264,6 +264,7 @@ kbenzie/vim-spirv
kchmck/vim-coffee-script
KeitaNakamura/neodark.vim
keith/investigate.vim
keith/rspec.vim
keith/swift.vim
kevinhwang91/nvim-bqf@main
kevinhwang91/nvim-hlslens@main