mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
vimPlugins.vim-fubitive: init at 2020-09-10
This commit is contained in:
parent
325c47d00e
commit
277d3f6545
@ -7468,6 +7468,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/thinca/vim-ft-diff_fold/";
|
||||
};
|
||||
|
||||
vim-fubitive = buildVimPluginFrom2Nix {
|
||||
pname = "vim-fubitive";
|
||||
version = "2020-09-10";
|
||||
src = fetchFromGitHub {
|
||||
owner = "tommcdo";
|
||||
repo = "vim-fubitive";
|
||||
rev = "5717417ee75c39ea2f8f446a9491cdf99d5965e9";
|
||||
sha256 = "0lkp5i8s1214b9b1q9mg3aq32cvqzfd8q0i90bx9nf6n42cg2kjn";
|
||||
};
|
||||
meta.homepage = "https://github.com/tommcdo/vim-fubitive/";
|
||||
};
|
||||
|
||||
vim-fugitive = buildVimPluginFrom2Nix {
|
||||
pname = "vim-fugitive";
|
||||
version = "2021-09-19";
|
||||
|
@ -745,6 +745,7 @@ tomasiser/vim-code-dark
|
||||
tomasr/molokai
|
||||
tomlion/vim-solidity
|
||||
tommcdo/vim-exchange
|
||||
tommcdo/vim-fubitive
|
||||
tommcdo/vim-lion
|
||||
tommcdo/vim-ninja-feet
|
||||
tomtom/tcomment_vim
|
||||
|
Loading…
Reference in New Issue
Block a user