vim-plugins/vim-ruby init
This commit is contained in:
parent
565a912cbb
commit
18ce75d24c
2 changed files with 12 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -217,6 +217,7 @@
|
|||
"vim-iced-coffee-script"
|
||||
"vim-latex-live-preview"
|
||||
"vim-multiple-cursors"
|
||||
"vim-ruby"
|
||||
"vim-scouter"
|
||||
"vim-signature"
|
||||
"vim-signify"
|
||||
|
|
Loading…
Reference in a new issue