From 038151d618e3233e428061421b2690eb13616734 Mon Sep 17 00:00:00 2001 From: Aram Markarov Date: Tue, 16 Sep 2025 19:05:34 +0000 Subject: [PATCH] removal rest.nvim --- lua/plugins/init.lua | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 9107caa..853edb0 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -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", -- lazy = true,