oxocarbon.nvim
oxocarbon.nvim copied to clipboard
cargo fail to build
Cargo build continue to break by
Caused by:
object not found - no match for id (3afc693ef16b45b19f255df2144688ed936f1aa9); class=Odb (9); code=NotFound (-3)
revert to previous commit fix this.
Same for me
~/.local/share/nvim/site/pack/packer/start/oxocarbon.nvim (main ✔) ./install.sh
Updating git repository `https://github.com/noib3/nvim-oxi.git`
error: failed to get `nvim-oxi` as a dependency of package `oxocarbon v0.1.0 (~/.local/share/nvim/site/pack/packer/start/oxocarbon.nvim)`
Caused by:
failed to load source for dependency `nvim-oxi`
Caused by:
Unable to update https://github.com/noib3/nvim-oxi.git#3afc693e
Caused by:
object not found - no match for id (3afc693ef16b45b19f255df2144688ed936f1aa9); class=Odb (9); code=NotFound (-3)
Edit:
cargo update solves this but now it does not compile
error[E0599]: no method named fg found for struct SetHighlightOptsBuilder in the current scope
Edit 2:
I've pushed PR with fixes
Should be fixed now :)