vimPlugins.vim-fetch: init at 2019-04-03
This commit is contained in:
parent
3fc5a4e046
commit
e7ac6e3ff8
2 changed files with 12 additions and 0 deletions
|
@ -3346,6 +3346,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
vim-fetch = buildVimPluginFrom2Nix {
|
||||
pname = "vim-fetch";
|
||||
version = "2019-04-03";
|
||||
src = fetchFromGitHub {
|
||||
owner = "wsdjeg";
|
||||
repo = "vim-fetch";
|
||||
rev = "76c08586e15e42055c9c21321d9fca0677442ecc";
|
||||
sha256 = "0avcqjcqvxgj00r477ps54rjrwvmk5ygqm3qrzghbj9m1gpyp2kz";
|
||||
};
|
||||
};
|
||||
|
||||
vim-fireplace = buildVimPluginFrom2Nix {
|
||||
pname = "vim-fireplace";
|
||||
version = "2019-09-01";
|
||||
|
|
|
@ -466,6 +466,7 @@ wellle/tmux-complete.vim
|
|||
will133/vim-dirdiff
|
||||
wincent/command-t
|
||||
wincent/ferret
|
||||
wsdjeg/vim-fetch
|
||||
xolox/vim-easytags
|
||||
xolox/vim-misc
|
||||
xuhdev/vim-latex-live-preview
|
||||
|
|
Loading…
Reference in a new issue