update
This commit is contained in:
		
							parent
							
								
									68eb4a0742
								
							
						
					
					
						commit
						1ab6e3fdfb
					
				| 
						 | 
					@ -298,6 +298,12 @@ let g:fzf_colors =
 | 
				
			||||||
      \ 'spinner': ['fg', 'Label'],
 | 
					      \ 'spinner': ['fg', 'Label'],
 | 
				
			||||||
      \ 'header':  ['fg', 'Comment'] }
 | 
					      \ 'header':  ['fg', 'Comment'] }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					" Rg that doesn't ignore .gitignore or any other files
 | 
				
			||||||
 | 
					command! -bang -nargs=* Rgall
 | 
				
			||||||
 | 
					  \ call fzf#vim#grep(
 | 
				
			||||||
 | 
					  \   'rg -uuu --column --line-number --no-heading --color=always --smart-case -- '.shellescape(<q-args>), 1,
 | 
				
			||||||
 | 
					  \   fzf#vim#with_preview(), <bang>0)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"}}}
 | 
					"}}}
 | 
				
			||||||
"   #vim-shellcheck{{{
 | 
					"   #vim-shellcheck{{{
 | 
				
			||||||
" https://github.com/itspriddle/vim-shellcheck
 | 
					" https://github.com/itspriddle/vim-shellcheck
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue