silicon.lua
silicon.lua copied to clipboard
Beautiful code snippet images right in the most epic editor :chef_kiss:
Now checking for version 0.5.1 or higher instead of just 0.5.1
Also includes a fix for `silicon` version
By digging through the code I figured out why I have only 'true' in my clipboard after executing the function. Now it became clear, that I don't have wl-copy available....
I get the following notification when running this package.  It appears that perhaps package is checking for a strict equality? When I change the below to allow 0.5.2, the...
Hey, thanks for the cool plugin. It used to work as expected but now when I yank some text and invoke the create screenshot command it only outputs the first...
The gobble feature sometimes breaks, here are two examples of it happening (LaTeX, Lua)   The blocks are indented as following (using indentation tabs as character). In the second...
in README: there is a keymap that triggers the error: ```-- Generate image of lines in a visual selection vim.keymap.set('v', 's', function() silicon.visualise_api() end )``` anyone help?
I've installed this plugin for the first time, but when I try to run it, the following error appears.  I looked into the code and noticed [this statement](https://github.com/NarutoXY/silicon.lua/blob/main/lua/silicon/build_tmTheme.lua#L15) tries...
``` E5108: Error executing lua ...k/packer/start/silicon.lua/lua/silicon/build_tmTheme.lua:204: bad argument #1 to 'lower' (string expected, got nil) stack traceback: [C]: in function 'lower' ...k/packer/start/silicon.lua/lua/silicon/build_tmTheme.lua:204: in function ...te/pack/packer/start/silicon.lua/lua/silicon/request.lua:44: in function 'build_tmTheme' ...te/pack/packer/start/silicon.lua/lua/silicon/request.lua:122: in...
This fixes #23 and reverts #31. As discussed in #31, `visualize_api()` now accepts an optional argument `opts`. If no opts are passed, we fall back to an empty table. The...