How to get the path
source to resolve paths relative to current directory rather than dirname of current buffer?
#952
Answered
by
carschandler
carschandler
asked this question in
Q&A
-
It's pretty common to do most operations out of the root of your git repo and have all scripts be run from there, so I find it useful to have relative path completions resolve using the current working directory (as given by |
Beta Was this translation helpful? Give feedback.
Answered by
carschandler
Jan 30, 2025
Replies: 1 comment
-
Was able to achieve this using:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
carschandler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Was able to achieve this using: