Skip to content

Commit

Permalink
update rust settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sasaplus1 committed Jan 26, 2024
1 parent df77037 commit 7482cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vim/plugins/ale.vim
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ let g:ale_linters = {
\ 'javascriptreact' : ['tsserver', 'eslint'],
\ 'json' : [],
\ 'markdown' : ['textlint'],
\ 'rust' : ['rustc', 'rust-analyzer', 'rls'],
\ 'rust' : ['rust-analyzer', 'rls', 'cargo'],
\ 'scss' : ['stylelint'],
\ 'typescript' : ['tsserver', 'eslint', 'tslint'],
\ 'typescriptreact' : ['tsserver', 'eslint', 'tslint'],
Expand All @@ -74,7 +74,7 @@ let g:ale_fixers = {
\ 'javascriptreact' : ['prettier'],
\ 'json' : ['prettier'],
\ 'markdown' : ['textlint'],
\ 'rust' : ['rustfmt'],
\ 'rust' : ['rustfmt', 'trim_whitespace', 'remove_trailing_lines'],
\ 'scss' : ['prettier'],
\ 'typescript' : ['prettier'],
\ 'typescriptreact' : ['prettier'],
Expand Down

0 comments on commit 7482cc1

Please sign in to comment.