-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add a Syntastic plugin for Rust. #14924
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
Conversation
LGTM. I'll r+ it if others agree. |
FYI, I've added the |
+1 Thanks for doing this! |
Between #947, #1114, and #1112, this checker is too controversial to maintain in syntastic. Please consider using it as an external checker if you need it: https://github.com/scrooloose/syntastic/wiki/Syntax-Checker-Guide#external
@BurntSushi Does putting the syntastic_extra_filetypes option inside the file actually work? I wouldn’t expect it to, but I haven’t tried it yet. I would expect it would need to be in |
@chris-morgan For me, the plugin works both with and without
AFAIK, the line with I'm not sure if any |
It doesn't. The checker file is sourced only when syntastic tries to run a checker against a file with filetype
Syntax checking works. What doesn't work is tab completion. Say, you open a Python file, and you type
and then press Just put |
OK, I've updated the PR with @lcd047's suggested changes. Thank you! |
Just make a |
@kballard Ah OK, all set. Sorry, my Vimscript is not so great. |
This plugin used to be in the Syntastic tree, but it was removed. I'm hoping it can find its new home here.
cc @chris-morgan @kballard @wting