6 lines
104 B
Lua

return {
"thek4n/postman.nvim",
config = function()
require("postman").setup()
end
}