Ver código fonte

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

hehelego 2 anos atrás
pai
commit
7a9cc63af9
2 arquivos alterados com 0 adições e 5 exclusões
  1. 0 2
      lua/lvim/plugins.lua
  2. 0 3
      snapshots/default.json

+ 0 - 2
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
   {

+ 0 - 3
snapshots/default.json

@@ -101,9 +101,6 @@
   "plenary.nvim": {
     "commit": "253d348"
   },
-  "popup.nvim": {
-    "commit": "b7404d3"
-  },
   "project.nvim": {
     "commit": "1c2e9c9"
   },