You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2024. It is now read-only.
Hover doc all of a sudden stopped working for me. I've previously been using it with this very fork and it was working. I don't recall doing any plugin or system updates, but it's possible.
Expected Behavior
Leader k shows the hover information
Actual Behavior
Leader k shows nothing. Not even the default vim action of opening help
Above I copied from the readme as a troubleshooting step. Before I had nnoremap K <cmd>lua require('lspsaga.hover').render_hover_doc()<CR>. Both have the same effect (nothing).
try checking your neovim version, stopped working for me when i updated my neovim-git to the most recent update, i had to roll-back to neovim stable, to make it work again
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Hover doc all of a sudden stopped working for me. I've previously been using it with this very fork and it was working. I don't recall doing any plugin or system updates, but it's possible.
Expected Behavior
Leader k shows the hover information
Actual Behavior
Leader k shows nothing. Not even the default vim action of opening help
Details
Reproduce
Above I copied from the readme as a troubleshooting step. Before I had
nnoremap K <cmd>lua require('lspsaga.hover').render_hover_doc()<CR>
. Both have the same effect (nothing).Environment
The text was updated successfully, but these errors were encountered: