diff options
author | hehelego <[email protected]> | 2023-04-07 20:01:36 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2023-04-07 14:01:36 +0200 |
commit | 7a9cc63af9c82319eb41cbd69b1e6290e009d26c (patch) | |
tree | 4d84af1a8654e7b625e9b887951311a62fb43e88 /lua/lvim/plugins.lua | |
parent | 507792ef240d1df048729d4f28659e2fd8dfdbfa (diff) |
chore(plugins): remove `popup.nvim` as it is deprecated (#4004)
Diffstat (limited to 'lua/lvim/plugins.lua')
-rw-r--r-- | lua/lvim/plugins.lua | 2 |
1 files changed, 0 insertions, 2 deletions
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 { |