On neovim nightly on Mac M1 I've configured Silicon using Lazy (in Fennel) with
(lazy :krivahtoo/silicon.nvim
{:build "./install.sh build"
:opts {:font "Fira Code=16"
:theme "Monokai Extended"
:window_controls false
:tab_width 2
:pad_vert 0
:pad_horiz 0}})
There are no errors in the build process but if I
- call
:Silicon I get an image successfully created but only containing the first line of the file.
- call
:%Silicon I get E481
- select some text in visual mode and call
:'<,'>Silicon I also get E481
I can't see any other error messages so I'm not too sure how to debug the issue further.
On neovim nightly on Mac M1 I've configured Silicon using Lazy (in Fennel) with
There are no errors in the build process but if I
:SiliconI get an image successfully created but only containing the first line of the file.:%SiliconI get E481:'<,'>SiliconI also get E481I can't see any other error messages so I'm not too sure how to debug the issue further.