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

nvim --headless command fails #126

Open
ProfessorManhattan opened this issue Dec 1, 2023 · 1 comment
Open

nvim --headless command fails #126

ProfessorManhattan opened this issue Dec 1, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ProfessorManhattan
Copy link
Contributor

❔ What are you experiencing an issue with?

Latest Release

❔ Version

N/A

🐞 Description

In software.yml, the AstronVim entry includes nvim --headless 'quitall' but when it is run it generates a bunch of errors including:

Error detected while processing /Users/bzalewski/.local/share/nvim/lazy/lazy.nvim'...
fatal: unable to access 'https://github.com/folke/lazy.nvim.git/': Could not resolve host: github.com

Both vim and nvim need some love to make sure they are configured properly and make sure their plugins pre-install. There might be a few issues related to this that are open. Please treat this as the priority since we have had this issue for awhile.

⏺️ Steps To Reproduce

No response

📒 Relevant Log Output

No response

💡 Possible Solution

No response

@ProfessorManhattan ProfessorManhattan added the bug Something isn't working label Dec 1, 2023
@enggnr
Copy link
Contributor

enggnr commented Dec 20, 2023

@ProfessorManhattan, I am unable to reproduce this problem when setting up Astronvim. It works for me on Ubuntu and a Mac. However, I saw this at times Could not resolve host: github.com during the setup. Most of what I read points to exhausting GitHub API limits and some due to network errors. I also found that the value of http.sslcainfo could be a reason (fixed it for Linux installations). If this was pointing to an invalid file, git clone fails (which brew uses as well). Could you please check if any of the above is the case? Neovim works OK after this.

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants