vim-plugins: remove unused and empty neobundleImpl
This commit is contained in:
parent
e7faae24c0
commit
5f0327a6e0
@ -331,9 +331,6 @@ let
|
|||||||
set packpath+=~/.vim/after
|
set packpath+=~/.vim/after
|
||||||
'');
|
'');
|
||||||
|
|
||||||
neobundleImpl = "";
|
|
||||||
|
|
||||||
|
|
||||||
in writeText "vimrc" ''
|
in writeText "vimrc" ''
|
||||||
" minimal setup, generated by NIX
|
" minimal setup, generated by NIX
|
||||||
set nocompatible
|
set nocompatible
|
||||||
@ -341,7 +338,6 @@ let
|
|||||||
${vamImpl}
|
${vamImpl}
|
||||||
${pathogenImpl}
|
${pathogenImpl}
|
||||||
${plugImpl}
|
${plugImpl}
|
||||||
${neobundleImpl}
|
|
||||||
${nativeImpl}
|
${nativeImpl}
|
||||||
|
|
||||||
filetype indent plugin on | syn on
|
filetype indent plugin on | syn on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user