Parcourir la source

Ignore node_modules and DS_STORE in ctrlp searches

Andrew Swistak il y a 6 ans
Parent
commit
8707bb3cc3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      vimrc

+ 1 - 1
vimrc

@@ -193,7 +193,7 @@ let g:ctrlp_match_window_bottom = 0
 let g:ctrlp_match_window_reversed = 0
 
 " 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_clear_cache_on_exit = 0