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 Features and Target #6

Open
TylerBloom opened this issue Aug 18, 2023 · 0 comments
Open

Rust Features and Target #6

TylerBloom opened this issue Aug 18, 2023 · 0 comments

Comments

@TylerBloom
Copy link
Owner

Currently, the rust-analyzer setup in the nvim config uses all features and defaults to the system's target. These are reasonable defaults and work 85% of the time. However, there are times when you need to compile for another target (namely WASM) and/or need to adjust the active set of features.

I'm unsure if there are plugins for this. If there are not, it would be a good introduction to writing a vim plugin.

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

No branches or pull requests

1 participant