1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-05 08:17:01 +00:00

lnl: update vim-nix

This commit is contained in:
Daiderd Jordan 2017-05-02 22:33:15 +02:00
parent c363720616
commit 827984c8e2
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -92,10 +92,21 @@
programs.vim.extraKnownPlugins = with pkgs; {
ale = vimUtils.buildVimPluginFrom2Nix {
name = "vim-ale-2017-03-12";
src = fetchgit {
url = "https://github.com/w0rp/ale";
src = fetchFromGitHub {
owner = "w0rp";
repo = "ale";
rev = "711ab9936274608dad48b20b58727c416672c115";
sha256 = "0hhw22y3a91zna9cw9zw5180qcx6mhhnl45nj4pm52mf55wc0wb7";
sha256 = "0jwb3ldashy72g50kf98j02yv8rk83q1d59q3y63828lmqx4d1la";
};
};
vim-nix = vimUtils.buildVimPluginFrom2Nix {
name = "vim-nix-2017-04-30";
src = fetchFromGitHub {
owner = "LnL7";
repo = "vim-nix";
rev = "867488a04c2ddc47f0f235f37599a06472fea299";
sha256 = "1mwc06z9q45cigyxd0r9qnfs4ph6lbcwx50rf5lmpavakcn3vqir";
};
};
};