Created
December 1, 2015 17:45
-
-
Save statianzo/3cddf1b6dc5a0b619be2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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