-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Not working on neovim 0.9 + #35
Comments
Share your neovim and OS versions. |
Same for me, running
config:
macOS 13.1 |
@cschmatzler Is there an error message on crash? |
No error. Just exit Neovim. |
Can confirm this - nvim closes as if I ran |
Yes. And If I don't lazyload Silicon.nvim, then It don't allow to enter neovim. Exit on start. |
It seems to not be working for me on Arch Linux with nvim 0.9, but works on MacOS with the same 0.9 nvim version. I hope I can use it on my arch too <3 |
Yeah, I just updated my nightly and it seems to be broken on the latest |
8bbcd5b should fix this lmk if not |
@krivahtoo didn't appear to fix it for me. I have Similar behavior as the others: running The regular |
Same here. My neovim crashes if I have |
@bezlant Dunno if this helps, but I got mine to work by doing the following:
Just checked and it works for me now. |
Doesn't work still |
@chris-av thank you, unfortunately didn't help. |
I have been quite busy lately. I will work on this as soon as I can. |
Interestingly enough I experimented with Emoji fonts today, on the 0.9.0 version on macOS Ventura.
the image is generated, but no emojis show. With
neovim crashes. I do not know whether this helps in narrowing down the issue. I have lazy loaded the plugin, so it loads only on the Update: now I tested this on WSL2 (the linux subsystem of Windows). The shared lib was rust compiled fine, but if I start it with If I put a very simple opts table in the setup() call (containing only
then I get the error:
|
Hi, I created a pure lua plugin, that covers the standard funtionality and also took inspiration from your idea of If you are interested, the plugin lives here: https://github.com/michaelrommel/nvim-silicon Thank you for this inspiration. Michael. |
This should be fixed via 06a4549 |
I encounted some questions. I can't even run install.sh with nvim-oxi 0.3.0. error[E0412]: cannot find type `PathBuf` in this scope
--> C:\Users\Administrator\.cargo\git\checkouts\nvim-oxi-68d2fdc1d1cdbe82\53ceec5\crates\oxi-types\src\string.rs:157:23
|
157 | impl From<String> for PathBuf {
| ^^^^^^^ not found in this scope
|
help: consider importing this struct
|
3 + use std::path::PathBuf;
| So I forked this repo and updated nvim-oxi to version 0.4.1, and changed function But when I added Does this plugin support windows OS? |
Hello, On neovim nighty, It's not working. Just cashing neovim.
The text was updated successfully, but these errors were encountered: