-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Document nvim 0.10 inlay_hint
#16670
Conversation
Shouldn't such documentation belong to the rustaceanvim docs? |
Good question. I don't think so. I myself run with This documentation change is in the |
@bors r+ |
☀️ Test successful - checks-actions |
Thanks, @Veykril |
It took me a few hours to figure out how to enable inlay type hints on Nvim 0.10 with
lspconfig
.rustaceanvim
has already dropped support for them (mrcjkb/rustaceanvim#46 (comment)) and most other plugins, likerust-tools
, are depreciated in favor ofrustaceanvim
.This PR documents how to enable the inlay hints on Neovim 0.10 and later. I've tested this and changing the
on_attach
function is the only step that is required.