-
Notifications
You must be signed in to change notification settings - Fork 303
Syntastic doesn't work #106
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Ok so I just saw that this problem is refered as issue #33. |
Same here. But this issue has no relation to #33. I also get a similiar
I know syntastic was fine with |
Also, see here for a workaround using Neomake - perhaps a temporary solution you might be interested in. |
Thanks for this answer. |
I have the same problem.
The syntastic debug info:
|
not working for me as well. |
same for me with 1.15.1 and the latest version of syntastic |
bump. Anyone have temporary solutions? |
solves it for me. |
@ticki thanks, this also fix it for me. |
@ticki Does this - in your environment - solves dependencies in larger projects? It seems, this will only lint the open file and does not check for, in example, dependencies solved in |
|
I use
Plug
(Plug 'scrooloose/syntastic'
),Syntastic
is enabled but no response when I save a Rust file that contain many errors...I use Neovim (
NVIM 0.1.5
) on macOS.This is the output for
:SyntasticInfo
, for a Rust source code:Also, when I manually enter
:SyntasticCheck
, no output...Current Rust compiler:
rustc 1.11.0 (9b21dcd6a 2016-08-15)
.If anyone have an idea about what's wrong here, please to comment! :-)
Thanks
The text was updated successfully, but these errors were encountered: