" git clone git://github.com/vim-ruby/vim-ruby.git ~/.vim/bundle/vim-ruby set background=dark set tabstop=2 set shiftwidth=2 set expandtab syntax on set nocompatible filetype on " Enable filetype detection filetype indent on " Enable filetype-specific indenting filetype plugin on " Enable filetype-specific plugins " autocomplete with Ctrl+Space instead Ctrl+n inoremap