Skip to content

Instantly share code, notes, and snippets.

@statianzo
Created December 1, 2015 17:45
Embed
What would you like to do?
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