vim-utils: restore `beforePlugins` option

some plugins require configuration before their plugin definition
gstqt5
Isaac W Hanson 2020-05-06 14:18:44 -04:00
parent 19d2c0601b
commit be1594bf7a
1 changed files with 3 additions and 0 deletions

View File

@ -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}