|
@@ -193,7 +193,7 @@ let g:ctrlp_match_window_bottom = 0
|
|
|
let g:ctrlp_match_window_reversed = 0
|
|
let g:ctrlp_match_window_reversed = 0
|
|
|
|
|
|
|
|
" Ignore some filetypes
|
|
" Ignore some filetypes
|
|
|
-let g:ctrlp_custom_ignore = '\v\~$|\.(o|swp|pyc|wav|mp3|ogg|blend)$|(^|[/\\])\.(hg|git|bzr)($|[/\\])|__init__\.py'
|
|
|
|
|
|
|
+let g:ctrlp_custom_ignore = 'node_modules\|DS_STORE\|\v\~$|\.(o|swp|pyc|wav|mp3|ogg|blend)$|(^|[/\\])\.(hg|git|bzr)($|[/\\])|__init__\.py'
|
|
|
"let g:ctrlp_by_filename = 1
|
|
"let g:ctrlp_by_filename = 1
|
|
|
let g:ctrlp_clear_cache_on_exit = 0
|
|
let g:ctrlp_clear_cache_on_exit = 0
|
|
|
|
|
|