mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-18 08:18:24 +02:00
revert: fix Packer instead of hard-coding config (#3049)
This commit is contained in:
parent
4bd26928e5
commit
31af25f6a1
4 changed files with 48 additions and 53 deletions
|
@ -265,7 +265,7 @@ local core_plugins = {
|
|||
config = function()
|
||||
require("lvim.core.illuminate").setup()
|
||||
end,
|
||||
-- disable = not lvim.builtin.illuminate.active,
|
||||
disable = not lvim.builtin.illuminate.active,
|
||||
},
|
||||
{
|
||||
"lunarvim/onedarker.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue