Skip to content

Commit

Permalink
ignore node_modules in command-t search
Browse files Browse the repository at this point in the history
  • Loading branch information
thoughtless committed Nov 7, 2014
1 parent da58c88 commit 958fce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ let NERDTreeMapActivateNode='<CR>'
let NERDTreeIgnore=['\.git$','\.DS_Store','\..*\.swp','\.jhw-cache']

" Ignore some stuff, this is used by Command-T plugin
set wildignore+=spec/reports/**,tmp/reports/**,tmp/cache/**,tmp/sass-cache/**,.git/**,.DS_Store/**,.jhw-cache/**
set wildignore+=spec/reports/**,tmp/reports/**,tmp/cache/**,tmp/sass-cache/**,.git/**,.DS_Store/**,.jhw-cache/**,node_modules/**

" Nice statusbar
" set statusline+=%B\ " shows hex byte of char under cursor
Expand Down

0 comments on commit 958fce1

Please sign in to comment.