2024-04-18 09:22:18 +03:00

6 lines
135 B
Lua

return {
"thek4n/postman.nvim",
config = function()
vim.keymap.set("n", "<Leader>rl", '<cmd>PostmanExec<CR>')
end
}