nyoom.nvim icon indicating copy to clipboard operation
nyoom.nvim copied to clipboard

`NyoomSync` failed

Open glyh opened this issue 3 years ago • 2 comments

:NyoomSync

 ✗ Failed to install nyoom.e69e8fc3
  Errors:
    Cloning into '/home/lyh/.local/share/nvim/site/pack/packer/start/nyoom.e69e8fc3'...
    remote: Not Found
    fatal: repository 'https://github.com/nyoom.e69e8fc3.git/' not found
 ✗ Failed to install editor.scratch
 ✗ Failed to install nyoom.5ea6febe
 ✗ Failed to install https://codeberg.org/esensar/nvim-dev-containe
 ✗ Failed to install nyoom.ce9ac7f6
 ✗ Failed to install nyoom.bc4ecd1d
 ✗ Failed to install nyoom.8af4af0e
 ✗ Failed to install nyoom.5e06be48

 Press 'q' to quit
 Press '<CR>' to show more info
 Press 'd' to show the diff
 Press 'r' to revert an update
 Press 'R' to retry failed operations

glyh avatar Dec 21 '22 21:12 glyh

Also I can call PackerSync in the editor, which also fails. I think it would be the best to disable those commands.

glyh avatar Dec 21 '22 21:12 glyh

Failed to install nyoom.5e06be48

This actually "succeeded", we abuse packer to lazy load certain modules by tricking packer into thinking they're just plugins. But yeah, nyoom sync on the command line is far more reliable for now.

PackerSync etc. should have been disabled by default, I'll fix it

shaunsingh avatar Dec 22 '22 09:12 shaunsingh