vim-plugins: remove unused and empty vundleImpl

wip/yesman
Wael M. Nasreddine 4 years ago committed by Jon
parent c6c00529e1
commit e7faae24c0
  1. 4
      pkgs/misc/vim-plugins/vim-utils.nix

@ -331,9 +331,6 @@ let
set packpath+=~/.vim/after
'');
# somebody else could provide these implementations
vundleImpl = "";
neobundleImpl = "";
@ -344,7 +341,6 @@ let
${vamImpl}
${pathogenImpl}
${plugImpl}
${vundleImpl}
${neobundleImpl}
${nativeImpl}

Loading…
Cancel
Save