mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
style: lua annotations
This commit is contained in:
parent
753c391b44
commit
6a2c47e642
1 changed files with 0 additions and 1 deletions
|
@ -325,7 +325,6 @@ end
|
||||||
|
|
||||||
---@param spec LazySpec|LazySpecImport
|
---@param spec LazySpec|LazySpecImport
|
||||||
---@param results? string[]
|
---@param results? string[]
|
||||||
---@param is_dep? boolean
|
|
||||||
function Spec:normalize(spec, results)
|
function Spec:normalize(spec, results)
|
||||||
if type(spec) == "string" then
|
if type(spec) == "string" then
|
||||||
if not spec:find("/", 1, true) then
|
if not spec:find("/", 1, true) then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue