mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 22:29:57 +02:00
fix(plugins): bring back original folke repos (#2992)
This commit is contained in:
parent
256e4b8e70
commit
e485cd6e40
2 changed files with 5 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue