aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/provider/python.lua
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2024-01-22 22:07:14 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2024-01-24 19:26:53 +0100
commitb280d57db9845359186bfb5167e1559b6184f8d5 (patch)
tree0ee29ba803649344baf383994c710cb857d68d62 /runtime/lua/vim/provider/python.lua
parentae3eed53d6100598b6d26fe58e3e97541e03f3c1 (diff)
downloadrneovim-b280d57db9845359186bfb5167e1559b6184f8d5.tar.gz
rneovim-b280d57db9845359186bfb5167e1559b6184f8d5.tar.bz2
rneovim-b280d57db9845359186bfb5167e1559b6184f8d5.zip
refactor: rewrite ruby provider in lua
Diffstat (limited to 'runtime/lua/vim/provider/python.lua')
-rw-r--r--runtime/lua/vim/provider/python.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/provider/python.lua b/runtime/lua/vim/provider/python.lua
index 94872437db..8322131238 100644
--- a/runtime/lua/vim/provider/python.lua
+++ b/runtime/lua/vim/provider/python.lua
@@ -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