return { { "nvim-lua/plenary.nvim", lazy = true, }, { "willothy/flatten.nvim", config = function() require("flatten").setup() end, lazy = false, priority = 1001, }, { "rest-nvim/rest.nvim", opts = {}, keys = { { "rt", function() require("rest-nvim").run() end, desc = "Run the rest request in the current buffer", }, }, }, { "ellisonleao/glow.nvim", config = true, cmd = "Glow", }, }