syntax on " Syntax highlighting on. filetype on filetype plugin on filetype indent on " Load filetype-specific indent files. highlight NonText guifg=#4a4a59 " Invisible character colors highlight SpecialKey guifg=#4a4a59 set nobackup set noswapfile set number " Turn on line numbers. set linebreak set listchars=tab:▸\ ,eol:¬ " Use the same symbols as TextMate for tabstops and EOLs