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