mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-11 08:55:43 +08:00
doc(layer): update :h SpaceVim-layers-lang-java
This commit is contained in:
parent
e098ae3445
commit
a08746ffce
@ -105,7 +105,12 @@
|
|||||||
" or download google's formater jar from:
|
" or download google's formater jar from:
|
||||||
" https://github.com/google/google-java-format
|
" https://github.com/google/google-java-format
|
||||||
"
|
"
|
||||||
" and set 'g:spacevim_layer_lang_java_formatter' to the path of the jar.
|
" and set the layer option `java_formatter_jar` to the path of the jar.
|
||||||
|
" >
|
||||||
|
" [[layers]]
|
||||||
|
" name = 'lang#java'
|
||||||
|
" java_formatter_jar = 'path/to/google-java-format.jar'
|
||||||
|
" <
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -2779,7 +2779,12 @@ To make neoformat support java file, you should install uncrustify. or
|
|||||||
download google's formater jar from:
|
download google's formater jar from:
|
||||||
https://github.com/google/google-java-format
|
https://github.com/google/google-java-format
|
||||||
|
|
||||||
and set 'g:spacevim_layer_lang_java_formatter' to the path of the jar.
|
and set the layer option `java_formatter_jar` to the path of the jar.
|
||||||
|
>
|
||||||
|
[[layers]]
|
||||||
|
name = 'lang#java'
|
||||||
|
java_formatter_jar = 'path/to/google-java-format.jar'
|
||||||
|
<
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
LANG#JAVASCRIPT *SpaceVim-layers-lang-javascript*
|
LANG#JAVASCRIPT *SpaceVim-layers-lang-javascript*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user