Open chris-av opened 1 year ago
Having issues also with a similar setup:
OS: Arch Linux x86_64 Kernel: 6.3.5-arch1-1 NVIM: 0.9.1
The issue is the exact same, silently crashes nvim when installed via the binary mode, and the string/boolean type error when using the build mode
Running into this issue when building from source also on an M1 Pro MacBook Pro, NVIM 0.9.1
Thanks @chris-av for reporting this.
I have been busy for the past few months, I haven't been able to work on silicon.nvim
.
I think this is related to the Neovim version, currently silicon.nvim
works on nightly
builds. I will create a new branch for 0.9
.
Any chance this might get a fix or workaround?
Hello! Really love this plug in!! Was working maybe a year ago perfectly. Now it won't work. Whether I do the regular installation or building from source. The bug is consistent on two different machines: on a 2016 MacBook Pro, and on a Lenovo Thinkpad running Arch Linux.
Here is my Arch machine stats in case that matters:
I am using the bare minimum config. Doesn't matter if I do
require('silicon').setup()
or if I feed it an actual table with valid options, the behavior is the same. For now I am using this minimal config copied from the readme:I noticed two different behaviors:
nvim file
will flash a blank screen and quickly exit neovim. :https://github.com/krivahtoo/silicon.nvim/assets/41182258/bd85abb2-e3ed-45fe-83c3-02e970fed781
You can find my neovim config here and see how I am importing silicon. When building, it builds to completion. Error only shows if I import the silicon package and it breaks no matter what I put in the config.
Thanks again for the wonderful plug in!