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

Failed Application Setup Neovim #265

Closed
J-eremy opened this issue Sep 5, 2024 · 1 comment · Fixed by #335
Closed

Failed Application Setup Neovim #265

J-eremy opened this issue Sep 5, 2024 · 1 comment · Fixed by #335

Comments

@J-eremy
Copy link

J-eremy commented Sep 5, 2024

Describe the bug

After setting up Neovim in the application setup, when launching neovim it tries to install the plugins and fails from not being able to resolve github.com

To Reproduce

Steps to reproduce the behavior:

  1. Go to Application Setup
  2. Click on Neovim
  3. Let install then launch nvim
  4. See error

Expected behavior

I expect gold coins to rain from the sky, no insomnia, and world peace.
Oh, and neovim to work.

Screenshots

image

Additional context

Here is a snippet of the above screenshot.

  Total: 40 plugins

  Failed (39)
    ○ alpha-nvim 
        Cloning into '/home/jeremy/.local/share/nvim/lazy/alpha-nvim'...
        remote: Enumerating objects: 1006, done.        
        remote: Counting objects: 100% (223/223), done.        
        remote: Compressing objects: 100% (96/96), done.        
        remote: Total 1006 (delta 136), reused 154 (delta 125), pack-reused 783 (from 1)        
        Receiving objects: 100% (1006/1006), 118.33 KiB | 3.38 MiB/s, done.
        Resolving deltas: 100% (248/248), done.
        fatal: unable to access 'https://github.com/goolord/alpha-nvim.git/': Could not resolve host: github.com
        fatal: could not fetch 5818065cfb64e932cebc45ed6d3819b7c3b80ca7 from promisor remote
        warning: Clone succeeded, but checkout failed.
        You can inspect what was checked out with 'git status'
        and retry with 'git restore --source=HEAD :/'

The rest is just like that x 39

This seems to be related to lazyvim trying to install the plugins after linutil put the configs in place and was on Manjaro.

The clone is successful, but the checkout fails. If you go into the directory its trying to do the checkout in, all the files are staged for deletion, if you reset to master/main the files show up. But then on launch they try to change to the nonexistent hash again.

@cartercanedy
Copy link
Contributor

this looks like an issue with Chris's neovim config, so I'd put an issue in over there and close this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants