From b1d0da438b2e0fa32e2d52a4a047b4900bb0e8ca Mon Sep 17 00:00:00 2001 From: ray-x Date: Fri, 22 Nov 2024 13:25:45 +1100 Subject: [PATCH] hover failure --- lua/navigator/hover.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/navigator/hover.lua b/lua/navigator/hover.lua index 6ea4aa2..f6e9776 100644 --- a/lua/navigator/hover.lua +++ b/lua/navigator/hover.lua @@ -14,7 +14,7 @@ function M.handler(err, result, ctx, config) end local failed = false if err then - vim.notify('no hover info ' .. err) + vim.notify('no hover info ' .. vim.inspect(err)) failed = true end if not result or not result.contents then