Skip to content
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

[rust-analyzer] automatically populate init_options from settings["rust-analyzer"] #3247

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

emersonford
Copy link
Contributor

rust-analyzer expects init_options to be set to the contents of settings["rust-analyzer"] per:

This change ensures the Neovim config for RA complies with the docs, and eliminates a source of confusion around whether to define RA settings in settings or init_options.

emersonford and others added 2 commits July 23, 2024 13:03

Verified

This commit was signed with the committer’s verified signature.
docktermj Michael Dockter
with the rust-analyzer docs
@emersonford emersonford requested a review from glepnir as a code owner July 23, 2024 20:06
Copy link
Contributor

Note that server_configurations.md or server_configurations.txt will be regenerated by the docgen CI process. Edit the Lua source file instead. For details on generating documentation, see: https://github.com/neovim/nvim-lspconfig/blob/master/CONTRIBUTING.md#generating-docs

@glepnir glepnir merged commit 3cceca5 into neovim:master Jul 24, 2024
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants