1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

vim-plugins: remove unused and empty neobundleImpl

This commit is contained in:
Wael M. Nasreddine 2020-01-06 15:13:07 -08:00 committed by Jon
parent e7faae24c0
commit 5f0327a6e0

View file

@ -331,9 +331,6 @@ let
set packpath+=~/.vim/after
'');
neobundleImpl = "";
in writeText "vimrc" ''
" minimal setup, generated by NIX
set nocompatible
@ -341,7 +338,6 @@ let
${vamImpl}
${pathogenImpl}
${plugImpl}
${neobundleImpl}
${nativeImpl}
filetype indent plugin on | syn on