fix(plugins): bring back original folke repos (#2992)

This commit is contained in:
Abouzar Parvan 2022-09-07 11:38:46 +04:30 committed by GitHub
parent 256e4b8e70
commit e485cd6e40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View file

@ -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,