Add vim-elixir to vim plugins

This commit is contained in:
Antoine Racine 2017-02-01 20:05:22 -05:00
parent ed7dc9cf92
commit b4f3674694
2 changed files with 11 additions and 0 deletions

View File

@ -2049,6 +2049,16 @@ rec {
};
vim-elixir = buildVimPluginFrom2Nix {
name = "vim-elixir-2017-02-01";
src = fetchgit {
url = "https://github.com/elixir-lang/vim-elixir";
rev = "9cbb3ee3865c594ed017f8118a80b355cd7e238f";
sha256 = "14mlnjpmgfal4vai2k8jjmhszwgyhnf3v75rssj05n47qnzlddk4";
};
dependencies = [];
};
vim-gista = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-gista-2016-09-21";
src = fetchgit {

View File

@ -40,6 +40,7 @@
"github:dracula/vim"
"github:eagletmt/neco-ghc"
"github:eikenb/acp"
"github:elixir-lang/vim-elixir"
"github:elmcast/elm-vim"
"github:embear/vim-localvimrc"
"github:enomsg/vim-haskellConcealPlus"