vim-utils: append customRC after plug / pathogen plugins are loaded
This commit is contained in:
parent
690496c4e5
commit
3b4cace64d
1 changed files with 2 additions and 2 deletions
|
@ -341,10 +341,10 @@ let
|
|||
beforePlugins
|
||||
vamImpl
|
||||
(nativeImpl packages)
|
||||
customRC
|
||||
]
|
||||
++ lib.optional (pathogen != null) pathogenImpl
|
||||
++ lib.optional (plug != null) plugImpl;
|
||||
++ lib.optional (plug != null) plugImpl
|
||||
++ [ customRC ];
|
||||
|
||||
in
|
||||
lib.concatStringsSep "\n" (lib.filter (x: x != null && x != "") entries);
|
||||
|
|
Loading…
Reference in a new issue