1
0
Fork 0

neovim: Add rubocop as an ALE formatter

This commit is contained in:
Jeremy Kaplan 2019-09-14 14:29:16 -07:00
commit ac7128e892

View file

@ -200,6 +200,9 @@ let g:ale_fixers = {
\ 'python': [
\ 'black',
\ ],
\ 'ruby': [
\ 'rubocop',
\ ],
\ 'rust': [
\ 'rustfmt',
\ ],