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",
|
||||
cmd = "Neoconf",
|
||||
config = function()
|
||||
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,
|
||||
config = true,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue