vimPlugins.rspec-vim: init at 2020-08-20
This commit is contained in:
parent
ac295b38f1
commit
fac96abe50
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user