refactor: fix luals warnings

This commit is contained in:
dundargoc
2023-12-13 14:04:24 +01:00
committed by dundargoc
parent bf0be0f63e
commit d51b615747
17 changed files with 133 additions and 77 deletions

View File

@@ -133,7 +133,7 @@ function M.open(path)
path = vim.fn.expand(path)
end
local cmd
local cmd --- @type string[]
if vim.fn.has('mac') == 1 then
cmd = { 'open', path }