set nocompatible " use vim's advanced features set ts=2 " tabstop syntax on " highlighting filetype indent on " identify using files in indent/ set sw=2 " actual tabbing shiftwidth set linebreak " break lines only at word boundaries