From e1081f0d1f3394cc8c8be756723e31acea4e4c0d Mon Sep 17 00:00:00 2001 From: rootiest Date: Sun, 16 Feb 2025 14:20:49 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Bug(vim.ui):=20remove=20deprecat?= =?UTF-8?q?ed=20dressing.nvim=20plugin=20from=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dressing is no longer being used, has been replaced with snacks.nvim ui plugins --- lua/data/deps.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/data/deps.lua b/lua/data/deps.lua index 09a8b4b..1fbb636 100644 --- a/lua/data/deps.lua +++ b/lua/data/deps.lua @@ -7,7 +7,7 @@ local M = {} M.avante = { - 'stevearc/dressing.nvim', + -- 'stevearc/dressing.nvim', 'nvim-lua/plenary.nvim', 'MunifTanjim/nui.nvim', }