update and fix wildignore
This commit is contained in:
		
							parent
							
								
									f00fb8f778
								
							
						
					
					
						commit
						a5dc723e57
					
				
							
								
								
									
										2
									
								
								init.vim
								
								
								
								
							
							
						
						
									
										2
									
								
								init.vim
								
								
								
								
							| 
						 | 
					@ -223,7 +223,7 @@ set smartcase
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set wildmenu
 | 
					set wildmenu
 | 
				
			||||||
set wildmode=longest:full,full
 | 
					set wildmode=longest:full,full
 | 
				
			||||||
set wildignore+=/node_modules/,dist/
 | 
					set wildignore+=**/node_modules/**,**/dist/**,**/.git/**,**/build/**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" Use ag over grep
 | 
					" Use ag over grep
 | 
				
			||||||
if executable('ag')
 | 
					if executable('ag')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue