mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
chore(neoconf): Simplify spec
This commit is contained in:
parent
d30f423af1
commit
5df2aad57f
1 changed files with 1 additions and 6 deletions
|
|
@ -466,11 +466,6 @@ If you rather use leap/flit instead, you can add the leap extra:
|
||||||
{
|
{
|
||||||
"folke/neoconf.nvim",
|
"folke/neoconf.nvim",
|
||||||
cmd = "Neoconf",
|
cmd = "Neoconf",
|
||||||
config = function()
|
config = true,
|
||||||
if Util.has("neoconf.nvim") then
|
|
||||||
local plugin = require("lazy.core.config").spec.plugins["neoconf.nvim"]
|
|
||||||
require("neoconf").setup(require("lazy.core.plugin").values(plugin, "opts", false))
|
|
||||||
end
|
|
||||||
end,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue