mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-05 16:27:03 +00:00
lnl: update vim-nix
This commit is contained in:
parent
c363720616
commit
827984c8e2
1 changed files with 14 additions and 3 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue