vim-plugins: remove unused and empty neobundleImpl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user