diff options
-rw-r--r-- | lua/lvim/plugins.lua | 3 | ||||
-rw-r--r-- | snapshots/default.json | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index b5985225..b7fcacb5 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -97,7 +97,8 @@ local core_plugins = { "hrsh7th/cmp-path", }, { - "folke/lua-dev.nvim", + -- NOTE: Temporary fix till folke comes back + "max397574/lua-dev.nvim", module = "lua-dev", }, diff --git a/snapshots/default.json b/snapshots/default.json index 081beff5..4fd3bea3 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -36,7 +36,7 @@ "commit": "f83a2e1" }, "lua-dev.nvim": { - "commit": "a0ee777" + "commit": "4717c36" }, "lualine.nvim": { "commit": "18a07f7" |