Fix flags passed to google_java_format in ALE
This commit is contained in:
parent
e859bfc65d
commit
3ebc25def8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ let g:ale_fixers.cpp = ['clang-format']
|
||||||
let g:ale_fixers.java = ['google_java_format']
|
let g:ale_fixers.java = ['google_java_format']
|
||||||
|
|
||||||
" Additional Java options
|
" Additional Java options
|
||||||
let g:ale_java_google_java_format_options = ['--aosp', '--formatJavadoc']
|
let g:ale_java_google_java_format_options = ['--aosp']
|
||||||
|
|
||||||
" Warnings navigation
|
" Warnings navigation
|
||||||
nmap <silent> [W <Plug>(ale_first)
|
nmap <silent> [W <Plug>(ale_first)
|
||||||
|
|
Loading…
Add table
Reference in a new issue