syntax on filetype on filetype indent on filetype plugin on set backspace=indent,eol,start set backupdir^=~/.vim/_backup// set cursorline set cursorcolumn set directory^=~/.vim/_temp// set encoding=utf8 set hlsearch set ignorecase set incsearch set laststatus=2 set nowrap set number set smartcase set tabstop=4 set textwidth=67 map ,t :w map ,- :nohl map ,w :%s/ *$// let g:go_fmt_command = "goimports" let g:airline_powerline_fonts = 1 call pathogen#infect() colo gotham256