|
|
|
|
|
|
223
|
autocmd BufNewFile,BufRead *.java set shiftwidth=4 tabstop=4 expandtab
|
223
|
autocmd BufNewFile,BufRead *.java set shiftwidth=4 tabstop=4 expandtab
|
|
224
|
let g:syntastic_java_checkers = []
|
224
|
let g:syntastic_java_checkers = []
|
|
225
|
|
225
|
|
|
|
|
226
|
autocmd BufNewFile,BufRead *.{yml,yaml} set shiftwidth=2 tabstop=2 expandtab
|
|
|
|
227
|
|
|
226
|
if filereadable('~/ruby-1.9.4dev/lib/ruby/gems/1.9.1/gems/rcodetools-0.8.5.0/rcodetools.vim')
|
228
|
if filereadable('~/ruby-1.9.4dev/lib/ruby/gems/1.9.1/gems/rcodetools-0.8.5.0/rcodetools.vim')
|
|
227
|
source ~/ruby-1.9.4dev/lib/ruby/gems/1.9.1/gems/rcodetools-0.8.5.0/rcodetools.vim
|
229
|
source ~/ruby-1.9.4dev/lib/ruby/gems/1.9.1/gems/rcodetools-0.8.5.0/rcodetools.vim
|
|
228
|
endif
|
230
|
endif
|