chore(plugins): remove popup.nvim as it is deprecated (#4004)

This commit is contained in:
hehelego 2023-04-07 20:01:36 +08:00 committed by GitHub
parent 507792ef24
commit 7a9cc63af9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View file

@ -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
{