2015-08-08 20:45:40 +00:00
|
|
|
" Java specific config
|
|
|
|
|
|
|
|
" Indentation
|
|
|
|
setlocal autoindent
|
|
|
|
setlocal si
|
|
|
|
setlocal shiftwidth=4
|
|
|
|
setlocal noexpandtab
|
|
|
|
" Anonymous classes
|
2016-10-25 03:43:18 +00:00
|
|
|
setlocal cindent cinoptions& cinoptions+=j1 cinoptions+=:0
|
2015-08-08 20:45:40 +00:00
|
|
|
" Repair extends and implements Indentation
|
|
|
|
setlocal indentkeys& indentkeys+=0=extends indentkeys+=0=implements
|
|
|
|
|
|
|
|
"Syntax highlighting
|
|
|
|
let java_highlight_java_lang_ids=1
|
|
|
|
let java_highlight_functions="style"
|
|
|
|
let java_highlight_debug=1
|