14 lines
188 B
VimL
14 lines
188 B
VimL
" java filetype plugin
|
|
"
|
|
setlocal softtabstop=2
|
|
setlocal shiftwidth=2
|
|
setlocal expandtab
|
|
setlocal tabstop=8
|
|
|
|
"setlocal autoindent
|
|
|
|
compiler java
|
|
|
|
" commenting
|
|
let b:commentstring = "\/\/"
|