nyoom-engineering/oxocarbon.nvim

oxothread panicked

quantum-booty opened this issue ยท 9 comments

image
Tested on latest neovim nightly.

I think this should be fixed now, lmk if the issues persists

hqnna commented

I think this should be fixed now, lmk if the issues persists

Still crashing on my end with Neovim 0.8 stable.

Also crashing on latest HEAD. Is it crashing for everyone or just subset of users (in which case some culprit could be found)?

The odd thing is that it works for me so it may just be a subset of users. The stack trace gives an indication of an issue that might be handled within nvim-oxi, so I'll ask the author. For now everyone is also welcome to use the fennel branch (https://github.com/shaunsingh/oxocarbon.nvim/tree/fennel) version which doesn't require rust (lua based)

Unrelated to original issue.

I am getting module 'colorutils' not found with fennel branch, what's missing?

Also, just with that plugin installed I get:

Error detected while processing /Users/gegoune/.local/share/nvim/site/pack/packer/start/oxocarbon.nvim/plugin/oxocarbon.vim:
line    2:
E5108: Error executing lua [string ":lua"]:1: module 'oxocarbon.main' not found:

at startup, even without calling colorscheme.

Same exact issue as OP. Already had Rust installed for a while before the plug was installed so it must be something with nvim-oxi

Oddly enough this doesn't happen on my main computer, but happens on my other install of neovim 0.8, probably something weird with nvim-oxi again. I'll update the dependences and poke around again to get it fixed, sorry for the delays!

Fixed by #26, let me know if theres any other issues

fitrh commented

With cargo build --release --features neovim-nightly I'm getting this error

error[E0432]: unresolved import `std::ffi::c_int`
 --> /home/fitrh/.local/lib/rust/cargo/registry/src/github.com-1ecc6299db9ec823/luajit-bindings-0.2.0/src/error.rs:1:5