]> Untitled Git - vimfiles.git/commitdiff
ctrlp ignore node_modules
authorPhilippe Hürlimann <p@hurlimann.org>
Thu, 21 Dec 2017 14:08:45 +0000 (15:08 +0100)
committerPhilippe Hürlimann <p@hurlimann.org>
Thu, 21 Dec 2017 14:08:45 +0000 (15:08 +0100)
vimrc

diff --git a/vimrc b/vimrc
index ca6d52fe051f8c007718d87b0e3019082ea84350..2bf3428ebe91e2ac68a0668eb4a2e85201f2c2b6 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -127,4 +127,5 @@ command Vt execute "tabedit ~/.vim/ftplugin/" . &filetype . ".vim"
 set colorcolumn=100
 highlight ColorColumn ctermbg=red
 
+let g:ctrlp_custom_ignore = 'node_modules\|git'
 let g:ctrlp_working_path_mode = 0