diff options
author | Abouzar Parvan <[email protected]> | 2022-04-29 13:08:00 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-29 10:38:00 +0200 |
commit | 716bf5fe158ec482775fdd795f6042148fd74ad1 (patch) | |
tree | bea2bac8d3f3b2845a22cd2637d1733a41690f4e | |
parent | 0eb85a72414fb3d5c21439f6f5fd4eda6461163a (diff) |
feat(lua-dev): use the newer lua-dev branch till folke comes back (#2538)
-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" |