How do I set the vim working directory to the project root? #9749
Unanswered
NiklasKappel
asked this question in
Q&A
Replies: 0 comments
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.
-
In vim, if I type
:e <tab>
the autocompletion suggestions are relative to the directory where I run vim from (normally this is the root directory of the project I am working on). In the vscode vim extension, the suggestions are relative to the directory of the currently focused file. Can I configure the extension that that suggestions are always relative to the folder I select in vscode via "File -> Open Folder..."?Beta Was this translation helpful? Give feedback.
All reactions