highlight ExtraWhitespace ctermbg=red guibg=red match ExtraWhitespace /\s\+$/ autocmd BufWinEnter * match ExtraWhitespace /\s\+$/ autocmd InsertEnter * match ExtraWhitespace /\s\+\%#\@ :noh " Understand .md as markdown autocmd BufNewFile,BufRead *.md set ft=markdown " Get 256 colors if $TERM == "xterm-256color" set t_Co=256 endif " Ingnore Case in search set ignorecase