-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
520a737
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Somehow this change broke the documentation window when using clangd as LSP. I tested with rust-analyzer and it seems to be still working fine. I'll open an issue about it, but it will take me some time if I were going to fix it
520a737
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@paulo-santana I know what's causing this. My bad. I pushed a temporary fix, that should at least show data again.
Will properly fix it later tonight. Have to go now.
Would still be good if you can confirm it works for you again now.
Thanks
520a737
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did some testing, the issue still happens. The Hover (
K
) window was being shown, it was just the highlighting that was broken. The doc window that appears aside the nvim-cmp completion options is still broken.