Skip to content

Instantly share code, notes, and snippets.

@statianzo
Created December 1, 2015 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save statianzo/3cddf1b6dc5a0b619be2 to your computer and use it in GitHub Desktop.
Save statianzo/3cddf1b6dc5a0b619be2 to your computer and use it in GitHub Desktop.
set wildignore +=*/.git/*
set wildignore +=*.ipc
set wildignore +=*.swp
set wildignore +=target
set wildignore +=project
set wildignore +=lib_managed
set wildignore +=_site
set wildignore +=node_modules
set wildignore +=cache
set wildignore +=tmp
set suffixesadd+=.js
let g:ctrlp_working_path_mode = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment