summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/vim/elixir.nix
blob: 2ffbbc82fc8a0ef8d920fe5f01e37e7a5d877799 (plain)
1
2
3
4
5
6
7
8
9
{ pkgs }:
pkgs.vimUtils.buildVimPlugin {
  name = "vim-elixir-2018-08-17";
  src = pkgs.fetchgit {
    url = https://github.com/elixir-editors/vim-elixir;
    rev = "0a847f0faed5ba2d94bb3d51f355c50f37ba025b";
    sha256 = "1jl85wpgywhcvhgw02y8zpvqf0glr4i8522kxpvhsiacb1v1xh04";
  };
}