chore: fix linting

This commit is contained in:
Marc Jakobi
2024-06-05 16:29:34 +02:00
parent 980c4abba3
commit a3313d1e7f
5 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -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