vim-plugins: add vim-scala

This commit is contained in:
Evan Danaher 2017-02-03 08:28:48 -05:00 committed by Evan Danaher
parent 127c299efc
commit b017334b46
2 changed files with 12 additions and 0 deletions

View file

@ -552,6 +552,17 @@ rec {
};
vim-scala = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-scala-2016-08-02";
src = fetchgit {
url = "git://github.com/derekwyatt/vim-scala";
rev = "a6a350f7c632d0e640b57f9dcc7e123409a7bcd7";
sha256 = "108c5h02vcb3pnr3si8dhwq3mv2pj5d83mj1ljxdk9595xv8j2rp";
};
dependencies = [];
};
vim-jade = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-jade-2016-10-31";
src = fetchgit {

View file

@ -36,6 +36,7 @@
"github:ctjhoa/spacevim"
"github:ctrlpvim/ctrlp.vim"
"github:derekelkins/agda-vim"
"github:derekwyatt/vim-scala"
"github:digitaltoad/vim-jade"
"github:dracula/vim"
"github:eagletmt/neco-ghc"