You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
When doing the regular installation, neovim merely crashes. No error or output. Running nvim file will flash a blank screen and quickly exit neovim. :
silicon-err.mov
When I build from source, neovim actually throws an error like this:
use {
'krivahtoo/silicon.nvim',
run='./install.sh', #installingthiswayyieldsbehavior1)
run='./install.sh build', #installingthiswayyieldsbehavior2)
}
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!
The text was updated successfully, but these errors were encountered:
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.
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. :silicon-err.mov
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!
The text was updated successfully, but these errors were encountered: