From 7a9cc63af9c82319eb41cbd69b1e6290e009d26c Mon Sep 17 00:00:00 2001 From: hehelego <2364261262@qq.com> Date: Fri, 7 Apr 2023 20:01:36 +0800 Subject: chore(plugins): remove `popup.nvim` as it is deprecated (#4004) --- lua/lvim/plugins.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'lua/lvim/plugins.lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 817a4635..03387f79 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -43,8 +43,6 @@ local core_plugins = { lazy = lvim.colorscheme ~= "lunar", }, { "Tastyep/structlog.nvim", lazy = true }, - - { "nvim-lua/popup.nvim", lazy = true }, { "nvim-lua/plenary.nvim", cmd = { "PlenaryBustedFile", "PlenaryBustedDirectory" }, lazy = true }, -- Telescope { -- cgit v1.2.3