diff options
| author | Abouzar Parvan <[email protected]> | 2022-09-07 11:38:46 +0430 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-07 11:38:46 +0430 | 
| commit | e485cd6e406b8ba8e5d02a87db954a1d924036ce (patch) | |
| tree | 0b4344636173757905b152e13e5c155d635e9fe9 /lua/lvim | |
| parent | 256e4b8e70994761957b84cb24151fcdfcaa74e6 (diff) | |
fix(plugins): bring back original folke repos (#2992)
Diffstat (limited to 'lua/lvim')
| -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, | 
