Skip to content

I can't seem to get ALE working on my vim #4438

Discussion options

You must be logged in to vote
 Current Filetype: rust
Available Linters: ['analyzer', 'cargo', 'cspell', 'rls', 'rustc']
  Enabled Linters: ['analyzer']
  Ignored Linters: []
 Suggested Fixers:
  'remove_trailing_lines' - Remove all blank lines at the end of a file.
  'rustfmt' - Fix Rust files with Rustfmt.
  'trim_whitespace' - Remove all trailing whitespace characters at the end of every line.
 Linter Variables:
let g:ale_rust_analyzer_config = {'diagnostics': {'disabled': ['unresolved-import']}, 'cargo': {'loadOutDirsFromCheck': v:true}, 'checkOnSave': {'enable': v:true, 'command': 'clippy'}, 'procMacro': {'enable': v:tru
e}}
let g:ale_rust_analyzer_executable = 'rust-analyzer'
let g:ale_rust_rustfmt_bin = 'rustfm…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@toondaey
Comment options

Answer selected by hsanson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants