refactor: remove the rest nvim package

This commit is contained in:
Dinesh Salunke 2024-12-16 12:45:13 +05:30
parent 354db1f435
commit b6a9376e6e

View File

@ -4,20 +4,6 @@ return {
lazy = true,
},
{
"rest-nvim/rest.nvim",
opts = {},
keys = {
{
"<leader>rt",
function()
require("rest-nvim").run()
end,
desc = "Run the rest request in the current buffer",
},
},
},
{
"ellisonleao/glow.nvim",
config = true,