dotfiles/.config/nvim/lua/plugins/extras/editor/carbon-now.lua
Sergio Laín 2b1877fb6d
feat(nvim): add carbon-now extra
replaces rayso for screenshotting code
2024-01-17 10:28:15 +01:00

7 lines
196 B
Lua

return {
"kristijanhusak/vim-carbon-now-sh",
cmd = { "CarbonNowSh" },
keys = {
{ "<leader>cS", ":CarbonNowSh<cr>", mode = { "n", "v" }, desc = "Screenshot Code", silent = true },
},
}