Explorar el Código

~/.vimrc: make editing java easier

Lucas Stadler %!s(int64=10) %!d(string=hace) años
padre
commit
eb0bdb90be
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .vimrc

+ 2 - 0
.vimrc

@ -208,6 +208,8 @@ autocmd BufNewFile,BufRead *.ly set filetype=lilypond
208 208
209 209
autocmd BufNewFile,BufRead *.java set include=^#\s*import
210 210
autocmd BufNewFile,BufRead *.java set includeexpr=substitute(v:fname,'\\.','/','g')
211
autocmd BufNewFile,BufRead *.java set shiftwidth=4 tabstop=4 expandtab
212
let g:syntastic_java_checkers = []
211 213
212 214
if filereadable('~/ruby-1.9.4dev/lib/ruby/gems/1.9.1/gems/rcodetools-0.8.5.0/rcodetools.vim')
213 215
	source ~/ruby-1.9.4dev/lib/ruby/gems/1.9.1/gems/rcodetools-0.8.5.0/rcodetools.vim