refactor(api): omit optional param

This commit is contained in:
Justin M. Keyes
2026-07-13 19:25:39 +02:00
parent dc8934482e
commit 9982f6e0e4
39 changed files with 90 additions and 90 deletions

View File

@@ -136,7 +136,7 @@ function M.call(method, args)
local ok, result = pcall(vim.fn['remote#host#Require'], 'legacy-python3-provider') ---@type any, any
if not ok then
s_err = result
vim.api.nvim_echo({ { result, 'WarningMsg' } }, true, {})
vim.api.nvim_echo({ { result, 'WarningMsg' } }, true)
return
end
s_host = result