dotfiles/.config/nvim/lua/plugins/rayso.lua
Sergio Laín d4441b2650
feat(nvim): new plugins and changes to existing ones
git conflict, diff view and code screenshot
2023-10-17 18:07:22 +02:00

12 lines
211 B
Lua

return {
{
"TobinPalmer/rayso.nvim",
cmd = { "Rayso" },
keys = {
{ "<leader>cS", "<cmd>Rayso<cr>", desc = "Screenshot code" },
},
opts = {
open_cmd = "librewolf",
},
},
}