We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, I'm not seeing the syntastic linting after following your README.md installation. I'm using vim-plug and, I'm assuming the latest version.
vim-plug
Thanks in advance for your time.
Steps to reproduce:
Example .vimrc.
.vimrc
call plug#begin('~/.vim/plugged') Plug 'rust-lang/rust.vim' call plug#end() " [Ref] `plugged/rust.vim/` - configuration. syntax enable filetype plugin indent on " [Ref] `plugged/rust.vim/` - enables running of `:RustFmt`. let g:rustfmt_autosave = 1 " [Ref] `help rust` - `rust.vim` options. let g:rust_fold = 1 let g:rust_recommended_style = 1 let g:loaded_syntastic_rust_cargo_checker = 1 let g:loaded_syntastic_rust_filetype = 1 let g:loaded_syntastic_rust_rustc_checker = 1
Then :PlugInstall
:PlugInstall
Expected vs. actual behavior:
Expected linting as seen here. I see no linting, but I can see the fixer is running.
The text was updated successfully, but these errors were encountered:
I was able to get it moving through Ale which is what I'm typically using anyway for linting and fixing. I had to build rust-analyzer from source.
rust-analyzer
https://github.com/dense-analysis/ale/blob/master/doc/ale-rust.txt
Sorry, something went wrong.
No branches or pull requests
Hey, I'm not seeing the syntastic linting after following your README.md installation. I'm using
vim-plug
and, I'm assuming the latest version.Thanks in advance for your time.
vim-plug
Steps to reproduce:
Example
.vimrc
.Then
:PlugInstall
Expected vs. actual behavior:
Expected linting as seen here. I see no linting, but I can see the fixer is running.
The text was updated successfully, but these errors were encountered: