vim-utils: restore beforePlugins option
some plugins require configuration before their plugin definition
This commit is contained in:
@@ -188,6 +188,7 @@ let
|
||||
vam ? null,
|
||||
pathogen ? null,
|
||||
plug ? null,
|
||||
beforePlugins ? "",
|
||||
customRC ? ""
|
||||
}:
|
||||
|
||||
@@ -341,6 +342,8 @@ let
|
||||
" configuration generated by NIX
|
||||
set nocompatible
|
||||
|
||||
${beforePlugins}
|
||||
|
||||
${vamImpl}
|
||||
${pathogenImpl}
|
||||
${plugImpl}
|
||||
|
||||
Reference in New Issue
Block a user