mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-25 10:18:47 +02:00
fix(util): get opts from parsing specs instead of plugins
This commit is contained in:
parent
76f9dbb40c
commit
14872fa816
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ end
|
|||
|
||||
---@param name string
|
||||
function M.opts(name)
|
||||
local plugin = require("lazy.core.config").plugins[name]
|
||||
local plugin = require("lazy.core.config").spec.plugins[name]
|
||||
if not plugin then
|
||||
return {}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue