Outside of config directory, lazy load fails to find config file. #1021
Answered
by
Guiltybyte
Guiltybyte
asked this question in
Q&A
Replies: 1 comment
-
Simple fix 🙃 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Guiltybyte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to have a plugin load on the
VimEnterevent and as such am using a function to source the relevant config file only afterthe plugin has been loaded, as per the following in my
packer.startup.This works fine when I open any given file within my configuration dir (i.e. the same dir my packer config is in).
But opening any file outside of said directory results in the following error:
Anyone have any idea how to remedy this?
EDIT: Here is my Directory structure:
Regards,
Jordan McConnon
Beta Was this translation helpful? Give feedback.
All reactions