-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use native lsp inline virtual text on neovim nightly #815
Comments
Can we also get rid of lsp_signature, it's the reason of many delay of nvim-cmp. However most python lsp (I primarily use python) doesn't support inlay hint, maybe change to pylyzer? |
Upvote for removing |
IMO inlay hint isn't so important to make us replace |
Personally, I would like to give pylyzer a try because I often experience delays with nvim-cmp and Edit: pylyzer doesn't support local package so it may not avaliable now... But I just found https://github.com/jbradaric/pyright-inlay-hints, maybe we can try this fork |
IMHO We should keep lsp_signature b/c we need this for languages that require information related to function signatures (e.g., languages that support function overloading like C++). This delay is actually an upstream issue.
Check if it supports maximum server capabilities (subsection |
Maybe have a look at this as a ref. |
I think it's not a bad idea to remove To avoid issue overflow, I think it's better to keep the nvim config more on the sensible side. |
This feature is already implement in https://github.com/ayamir/nvimdots/tree/0.10 branch, closing this issue if no further discussion. |
This is implement by https://github.com/lvimuser/lsp-inlayhints.nvim, is there any reasonn to use it over native inlay support? |
Sorry, missed that. reopen the issue. |
Note that the native API has recently changed at this commit |
|
I thought it wasn't legal to use |
Not legal, but can be a choice. |
Perhaps we can recommend the development of the 0.10.0 branch. I would like to know who is willing to use version 0.10.0? |
hmmm, i'm strongly hesitate about this... |
it is being merged yet? |
have not seen |
The original issue is addressed at 2dfc8ea and IMO this issue can be closed. |
Sorry I've been hit w/ a flu recently and might need to rest for a few more days 😢 But I'm w/ @ayamir on this, we could open a new issue for discussion. AFAIK even tho some LSs designed for vscode do offer some exclusive handy features, they usually come w/ licenses that strictly limit usage outside of vscode. IANAL but I've seen some issues caused by these licenses. The license is roughly phrased as follows:
btw, happy lunar new year! 🎆 (finally made it home lol) |
@Jint-lzxy sad to hear that, hope u get well soon! agree on opening a new issue about python lsp. happy lunar new year to everyone too! 🎊 |
@Jint-lzxy Wishing you a speedy recovery and good health! And happy lunar new year! 🎉 |
Happy new lunar year 🎉 |
Feature description
NeoVim nightly just got native inlay virtual text support.
0.10
branch now could get rid oflsp-inlayhints.nvim
.showcase with rust
Additional information
No response
The text was updated successfully, but these errors were encountered: