vimPlugins.vim-fetch: init at 2019-04-03

wip/yesman
Kierán Meinhardt 5 years ago committed by Jon
parent 3fc5a4e046
commit e7ac6e3ff8
  1. 11
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -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…
Cancel
Save