Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manually fetch GitHub repository #27

Closed
vyfor opened this issue Apr 23, 2024 · 0 comments · Fixed by #28
Closed

Manually fetch GitHub repository #27

vyfor opened this issue Apr 23, 2024 · 0 comments · Fixed by #28
Assignees
Labels
enhancement New feature or request priority: high

Comments

@vyfor
Copy link
Owner

vyfor commented Apr 23, 2024

The current approach uses the git command to retrieve the repository URL. Although git is relatively fast, from what I've tested, launching a shell to execute a command is often quite slow and leads to unexpected delays in Neovim. A more efficient approach would be to directly access Git's config file to obtain the URL. On that note, I believe it's better to move this logic to the Rust codebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: high
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant