Merge pull request #22359 from BinaryTiger/vim-elixir

Add vim-elixir to vim plugins
This commit is contained in:
Arseniy Seroka 2017-02-02 04:12:22 +03:00 committed by GitHub
commit 6bb4e6dba3
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"