" Setup tabstops to 8 and indents to 2 :set ts=8 :set sw=8 ":set noexpandtab " use tabs, not spaces " line wrapping in c comments not c code :set tw=78 " Set the line wrap length ":set formatoptions=cq " c allows tw to work on comments, q allows use of gq* "colorscheme darkblue