syn off set nocompatible let mapleader="," filetype indent plugin on set autoread set nojoinspaces set list lcs=trail:·,tab:»· set hlsearch set incsearch set ignorecase set showmatch set matchtime=1 set encoding=utf-8 set winminheight=0 set hidden " allows files to be open in invisible buffers set wildmenu set wildmode=full set smartcase " seriously, no backup set nobackup set nowritebackup set noswapfile set expandtab set tabstop=2 set shiftwidth=2 set softtabstop=2 set textwidth=80 set smarttab set autoindent set nocindent set fillchars+=vert:\ " yes, it's a trailing white space highlight ExtraWhitespace ctermbg=red guibg=red match ExtraWhitespace /\s\+$/ autocmd BufWinEnter * match ExtraWhitespace /\s\+$/ autocmd InsertEnter * match ExtraWhitespace /\s\+\%#\@ Fmt