vim-plugins/vim-ruby init
This commit is contained in:
parent
565a912cbb
commit
18ce75d24c
@ -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
|
vim-scouter = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "vim-scouter-2014-08-10";
|
name = "vim-scouter-2014-08-10";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -217,6 +217,7 @@
|
|||||||
"vim-iced-coffee-script"
|
"vim-iced-coffee-script"
|
||||||
"vim-latex-live-preview"
|
"vim-latex-live-preview"
|
||||||
"vim-multiple-cursors"
|
"vim-multiple-cursors"
|
||||||
|
"vim-ruby"
|
||||||
"vim-scouter"
|
"vim-scouter"
|
||||||
"vim-signature"
|
"vim-signature"
|
||||||
"vim-signify"
|
"vim-signify"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user