mirror of
https://github.com/zoriya/lz.n.git
synced 2026-06-02 10:55:23 +00:00
chore: fix linting
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ end
|
||||
---@param spec LzSpec
|
||||
---@param result table<string, LzPlugin>
|
||||
function M._normalize(spec, result)
|
||||
if #spec > 1 or vim.tbl_islist(spec) then
|
||||
if #spec > 1 or vim.islist(spec) then
|
||||
for _, sp in ipairs(spec) do
|
||||
M._normalize(sp, result)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user