diff options
author | kylo252 <[email protected]> | 2022-09-10 19:15:21 +0200 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-09-10 19:15:21 +0200 |
commit | 824b2d1ef091f173503ebe537aef15a08085787f (patch) | |
tree | 2df8343ca6c0b03d17d5597f6c4e1df5897e2e3f /lua/lvim/plugins.lua | |
parent | 50494d62a99b1d0767f330f66f2df0458d2c5da0 (diff) | |
parent | 2519e07423e2f6ce4cbed6483305dcaa5bbabf4e (diff) |
Merge remote-tracking branch 'origin/rolling'
Diffstat (limited to 'lua/lvim/plugins.lua')
-rw-r--r-- | lua/lvim/plugins.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 24f71204..bfe76bb8 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -102,8 +102,7 @@ local core_plugins = { "hrsh7th/cmp-path", }, { - -- NOTE: Temporary fix till folke comes back - "max397574/lua-dev.nvim", + "folke/lua-dev.nvim", module = "lua-dev", }, @@ -153,7 +152,7 @@ local core_plugins = { -- Whichkey { - "max397574/which-key.nvim", + "folke/which-key.nvim", config = function() require("lvim.core.which-key").setup() end, |