diff --git a/lua/plugins/util.lua b/lua/plugins/util.lua index c129d4e..1e81460 100644 --- a/lua/plugins/util.lua +++ b/lua/plugins/util.lua @@ -4,20 +4,6 @@ return { lazy = true, }, - { - "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,