From ac0c2a3cf5df8ff426a9a113d2ca8aa86c4d518e Mon Sep 17 00:00:00 2001 From: hehelego <2364261262@qq.com> Date: Mon, 3 Apr 2023 22:08:23 +0800 Subject: [PATCH] chore: deprecate `nvim-lua/popup.nvim` (#613) Ref: https://github.com/nvim-lua/plenary.nvim/pull/209 --- lazy-lock.json | 3 +-- lua/modules/plugins/tool.lua | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lazy-lock.json b/lazy-lock.json index c58fadd86..a7c7e72a0 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -74,7 +74,6 @@ "paint.nvim": { "branch": "main", "commit": "6ce64212804f425073c61ab0d9c2b034f0435260" }, "papercolor": { "branch": "master", "commit": "9051480ad9129ff4ab4fffb38b44779b9081626f" }, "plenary.nvim": { "branch": "master", "commit": "253d34830709d690f013daf2853a9d21ad7accab" }, - "popup.nvim": { "branch": "master", "commit": "b7404d35d5d3548a82149238289fa71f7f6de4ac" }, "project.nvim": { "branch": "main", "commit": "1c2e9c93c7c85126c2197f5e770054f53b1926fb" }, "rust-tools.nvim": { "branch": "master", "commit": "71d2cf67b5ed120a0e31b2c8adb210dd2834242f" }, "smartyank.nvim": { "branch": "master", "commit": "7e3905578f646503525b2f7018b8afd17861018c" }, @@ -100,4 +99,4 @@ "vim-matchup": { "branch": "master", "commit": "156367e4cbd123bc9a70eeabeaa16f7cf9239e12" }, "which-key.nvim": { "branch": "main", "commit": "4b73390eec680b4c061ea175eb32c0ff3412271d" }, "wilder.nvim": { "branch": "master", "commit": "679f348dc90d80ff9ba0e7c470c40a4d038dcecf" } -} \ No newline at end of file +} diff --git a/lua/modules/plugins/tool.lua b/lua/modules/plugins/tool.lua index 5c14d40f3..7ab82f0ce 100644 --- a/lua/modules/plugins/tool.lua +++ b/lua/modules/plugins/tool.lua @@ -75,7 +75,6 @@ tool["nvim-telescope/telescope.nvim"] = { dependencies = { { "nvim-tree/nvim-web-devicons" }, { "nvim-lua/plenary.nvim" }, - { "nvim-lua/popup.nvim" }, { "debugloop/telescope-undo.nvim" }, { "ahmedkhalf/project.nvim",