Updated nvim silicon
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
--- @type LazyPluginSpec
|
||||
return {
|
||||
"michaelrommel/nvim-silicon",
|
||||
lazy = true,
|
||||
cmd = "Silicon",
|
||||
keys = {
|
||||
{
|
||||
"<leader>sc",
|
||||
"<cmd>Silicon<CR>",
|
||||
":Silicon<CR>",
|
||||
mode = { "v" },
|
||||
desc = "Capture code to image",
|
||||
},
|
||||
@@ -21,6 +20,7 @@ return {
|
||||
-- background_image = nil,
|
||||
gobble = true,
|
||||
num_separator = " ",
|
||||
no_line_number = true,
|
||||
output = function()
|
||||
return tmpdir .. os.date("!%Y-%m-%dT%H-%M-%S") .. "_code.png"
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user