mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
Merge pull request #87127 from isaacwhanson/fix/vim-beforePlugins
vim-utils: restore `beforePlugins` option
This commit is contained in:
commit
a12092b621
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user