:set number set expandtab set shiftwidth=4 set softtabstop=4 if &compatible set nocompatible endif set runtimepath+=/Users/rickwierenga/.vim/bundle/neobundle.vim/ call neobundle#begin(expand('/Users/rickwierenga/.vim/bundle')) NeoBundleFetch 'Shougo/neobundle.vim' NeoBundle 'toyamarinyon/vim-swift' NeoBundle 'Shougo/vimshell', { 'rev' : '3787e5' } call neobundle#end() filetype plugin indent on NeoBundleCheck