-
Notifications
You must be signed in to change notification settings - Fork 303
Add compiler cargo
to ftplugin/rust.vim?
#73
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
Comments
compiler cargo
to ftplugin/rust.vim?
This shouldn't happen unconditionally, only if searching upwards finds a Cargo.toml file. |
I think this is already implemented, you just have to run |
@michael-younkin It'd be nice to automatically look for a Cargo.toml file, enable |
It's easy to search for a "Cargo.toml" file in parent directories. |
I'm with @joshtriplett . At least some sane default should exist, since no action means that |
Please, can we have this? |
@sssilver for what it's worth, we can at least try 😄 |
PR was merged. |
So that you can do
:make
and:cc
for populating the QuickFix list.The text was updated successfully, but these errors were encountered: