forked from dineshsalunke/nvim-config
refactor: remove the rest nvim package
This commit is contained in:
parent
354db1f435
commit
b6a9376e6e
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user