dotfiles/.vimrc

10 lines
194 B
VimL

if has("autocmd")
autocmd! bufwritepost .vimrc source ~/.vimrc
autocmd BufWritePost *.java,*.groovy silent! !ctags . &
endif
syntax on
set autoindent expandtab tabstop=4 shiftwidth=4