quickopen icon indicating copy to clipboard operation
quickopen copied to clipboard

Use ancestor directory having .git as vim default base path.

Open flackr opened this issue 3 years ago • 0 comments

The current logic checks for the nearest directory named src, which works for chomium checkouts but many repositories do not have this naming convention. Instead, check for the nearest ancestor directory containing a .git directory.

flackr avatar Apr 12 '22 20:04 flackr