From b6a9376e6ee234c0656b224b1840e6a190022182 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Mon, 16 Dec 2024 12:45:13 +0530 Subject: [PATCH] refactor: remove the rest nvim package --- lua/plugins/util.lua | 14 -------------- 1 file changed, 14 deletions(-) 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,