vim-plugins/vim-ruby init

This commit is contained in:
Anders Sildnes 2018-01-16 16:52:07 +01:00
parent 565a912cbb
commit 18ce75d24c
No known key found for this signature in database
GPG key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View file

@ -2649,6 +2649,17 @@ rec {
};
vim-ruby = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-ruby-2017-06-22";
src = fetchgit {
url = "git://github.com/vim-ruby/vim-ruby";
rev = "074200ffa39b19baf9d9750d399d53d97f21ee07";
sha256 = "1w2d12cl40nf73f3hcpqc4sqma8h1a557fy8kds2x143gq7s5vx6";
};
dependencies = [];
};
vim-scouter = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-scouter-2014-08-10";
src = fetchgit {

View file

@ -217,6 +217,7 @@
"vim-iced-coffee-script"
"vim-latex-live-preview"
"vim-multiple-cursors"
"vim-ruby"
"vim-scouter"
"vim-signature"
"vim-signify"