revert: fix Packer instead of hard-coding config (#3049)

This commit is contained in:
kylo252 2022-09-20 17:26:57 +02:00 committed by GitHub
parent 4bd26928e5
commit 31af25f6a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 48 additions and 53 deletions

View file

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