question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

nvim-lsp Expected a table for Hover.contents error

See original GitHub issue

Hi, for some entries, e.g.: len function signature or os.error completion, I get:

Error executing vim.schedule lua callback: /usr/share/nvim/runtime/lua/vim/lsp/util.lua:387 Expected a table for Hover.contents

nvim 0.5.0-625-g602e7505e completion-nvim commit:b354c7fc jedi-language-server 0.19.1

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Iron-Ecommented, Aug 21, 2020

We might consider opening an issue in Neovim referencing this issue.

I think this is a good idea. I’m having this problem crop up on Omnisharp while working on C# code, and that’s an LSP I’ve set up myself using Neovim’s LSP tooling.

1reaction
marekkoncommented, Aug 18, 2020

It works.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues setting up LSP, lua errors : r/neovim - Reddit
I was able to install the jedi server with pipx and it works on the command line so I suspect there is some...
Read more >
Lsp - Neovim docs
LSP facilitates features like go-to-definition, find-references, hover, completion, rename, format, refactor, etc., using semantic whole-project analysis ( ...
Read more >
Trouble setting up Neovim to autocomplete with neovim/nvim ...
I've been trying to set up autocomplete for languages with neovim/nvim-lspconfig. This is ...
Read more >
Neovim - Rust IDE | LSP, Formatting, Debugging, Clippy, Auto ...
SUPPORT THE CHANNEL Patreon: https://www.patreon.com/chrisatmachine Paypal: https://paypal.me/chrisatmachine Merch: ...
Read more >
Nvim lsp: set up null-ls for beginners - SmartTech101
Using null-ls, you can hook not only formatting, code actions, and diagnostics, but the following services as well: Hover; Completion. Table of Contents....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found