diff options
| -rw-r--r-- | lua/lvim/plugins.lua | 2 | ||||
| -rw-r--r-- | snapshots/default.json | 3 | 
2 files changed, 0 insertions, 5 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    { diff --git a/snapshots/default.json b/snapshots/default.json index 7d53fecf..0c92c63a 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -101,9 +101,6 @@    "plenary.nvim": {      "commit": "253d348"    }, -  "popup.nvim": { -    "commit": "b7404d3" -  },    "project.nvim": {      "commit": "1c2e9c9"    }, | 
