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

rustc not automatically registered with syntastic #200

Closed
klnusbaum opened this issue Mar 10, 2018 · 2 comments
Closed

rustc not automatically registered with syntastic #200

klnusbaum opened this issue Mar 10, 2018 · 2 comments
Assignees

Comments

@klnusbaum
Copy link

I recently installed rust.vim via vim-plug. When I did, I was disappointed to find that I was not getting any syntax checking. It wasn't until I added the following to my init.vim that I was able to get syntax checking on buffer write:

let g:syntastic_rust_checkers = ['rustc']

@klnusbaum
Copy link
Author

I have a feeling you might actually always need to do this (i.e. it's not advisable to add something like the above line automatically without the user knowing). If that's the case, we should update the README to indicate this. Happy to make a small PR if that's the best course of action.

@da-x da-x self-assigned this Jun 27, 2018
@da-x
Copy link
Member

da-x commented Jun 27, 2018

A pull request is most welcomed! Thanks

@da-x da-x closed this as completed in b21bc12 Jun 30, 2018
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

2 participants