set nocompatible filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' call vundle#end() filetype plugin indent on Plugin 'wakatime/vim-wakatime' set number set ts=4 set ai set shiftwidth=4 set expandtab set nowrap syntax on