refactor: rewrite ruby provider in lua

This commit is contained in:
dundargoc
2024-01-22 22:07:14 +01:00
committed by dundargoc
parent ae3eed53d6
commit b280d57db9
6 changed files with 71 additions and 70 deletions

View File

@@ -132,7 +132,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