Download:
child 138:b304b8dc623d
parent 136:48f214741d9d
137:e18631a36e7d
Anton Shestakov <av6@dwimlabs.net>, Wed, 16 Nov 2016 22:47:56 +0800
.vimrc: make ctrl-p ignore more files

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc Wed Nov 16 22:46:11 2016 +0800
+++ b/.vimrc Wed Nov 16 22:47:56 2016 +0800
@@ -91,7 +91,7 @@
" ctrlp
let g:ctrlp_max_height=30
-let g:ctrlp_custom_ignore='\v[\/]venv$'
+let g:ctrlp_custom_ignore='\v[\/](venv|node_modules|\.(git|hg|svn))$'
" syntastic
let g:syntastic_check_on_open=1