"set tabstop=4 "set shiftwidth=4 "set expandtab set number set mouse=a "set autoindent "set vb highlight LineNr term=bold cterm=NONE ctermfg=DarkGrey ctermbg=NONE noremap :bprev noremap :bnext " don't remember why temporarily off filetype off set rtp+=~/.vim/vim4projects/git-powerline/powerline/bindings/vim call pathogen#infect() call pathogen#infect('~/.vim/vim4projects/{}') call pathogen#helptags() " NERDTree let NERDTreeIgnore = ['\.pyc$', '\.tar\.gz$'] filetype plugin indent on syntax on " powerline set laststatus=2 " Always show the statusline set t_Co=256 " Explicitly tell vim that the terminal supports 256 colors " tagbar nmap :TagbarToggle let NERDTreeIgnore = ['\.pyc$', '\.tar\.gz$'] " " others " " http://vim.wikia.com/wiki/Always_start_on_first_line_of_git_commit_message au FileType gitcommit au! BufEnter COMMIT_EDITMSG call setpos('.', [0, 1, 1, 0])