set ts=2 set sw=2 set showcmd set nofsync set swapsync= set incsearch set hlsearch set cursorline " Set up visible whitespace by default set list set listchars=tab:ยป-,trail:~,extends:>,precedes:< highlight NonText guifg=#808080 ctermfg=DarkGray highlight SpecialKey guifg=#808080 ctermfg=DarkGray " filetype dependent indentation filetype plugin on if has("autocmd") filetype plugin indent on endif " Alternative for listchars above to highlight trailing spaces "highlight EndSpace guibg=#ff8080 "match EndSpace /\s\+$/ set background=dark