Merge pull request #87127 from isaacwhanson/fix/vim-beforePlugins

vim-utils: restore `beforePlugins` option
This commit is contained in:
Timo Kaufmann 2020-05-06 23:04:31 +00:00 committed by GitHub
commit a12092b621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}