removal rest.nvim

This commit is contained in:
Aram Markarov
2025-09-16 19:05:34 +00:00
parent f859d2a477
commit 038151d618
-10
View File
@@ -122,16 +122,6 @@ return {
}, },
}, },
}, },
{
"rest-nvim/rest.nvim",
dependencies = {
"nvim-treesitter/nvim-treesitter",
opts = function (_, opts)
opts.ensure_installed = opts.ensure_installed or {}
table.insert(opts.ensure_installed, "http")
end,
}
},
-- { -- {
-- "zbirenbaum/copilot.lua", -- "zbirenbaum/copilot.lua",
-- lazy = true, -- lazy = true,