neovim: Add rubocop as an ALE formatter
This commit is contained in:
parent
e1ad5e523b
commit
ac7128e892
1 changed files with 3 additions and 0 deletions
|
|
@ -200,6 +200,9 @@ let g:ale_fixers = {
|
|||
\ 'python': [
|
||||
\ 'black',
|
||||
\ ],
|
||||
\ 'ruby': [
|
||||
\ 'rubocop',
|
||||
\ ],
|
||||
\ 'rust': [
|
||||
\ 'rustfmt',
|
||||
\ ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue