Skip to content

Commit

Permalink
solve the actual problem, dont clobber vim
Browse files Browse the repository at this point in the history
  • Loading branch information
abloom committed Apr 2, 2012
1 parent a82944e commit 9921ff4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ autocmd InsertEnter * match ExtraWhitespace /\s\+\%#\@<!$/
autocmd InsertLeave * match ExtraWhitespace /\s\+$/
autocmd BufWinLeave * call clearmatches()

set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*.so,*/.bundle/*
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*.so

let g:ctrlp_custom_ignore = '\.bundle$\'
let g:Powerline_symbols = 'fancy'

noremap <leader>n :NERDTreeToggle<CR>
Expand Down

0 comments on commit 9921ff4

Please sign in to comment.