summaryrefslogtreecommitdiff
path: root/lua/lvim
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2022-04-29 13:08:00 +0430
committerGitHub <[email protected]>2022-04-29 10:38:00 +0200
commit716bf5fe158ec482775fdd795f6042148fd74ad1 (patch)
treebea2bac8d3f3b2845a22cd2637d1733a41690f4e /lua/lvim
parent0eb85a72414fb3d5c21439f6f5fd4eda6461163a (diff)
feat(lua-dev): use the newer lua-dev branch till folke comes back (#2538)
Diffstat (limited to 'lua/lvim')
-rw-r--r--lua/lvim/plugins.lua3
1 files changed, 2 insertions, 1 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",
},