This commit is contained in:
Ray Elliott 2022-07-11 10:24:04 +01:00
parent 68eb4a0742
commit 1ab6e3fdfb
1 changed files with 6 additions and 0 deletions

View File

@ -298,6 +298,12 @@ let g:fzf_colors =
\ 'spinner': ['fg', 'Label'],
\ '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{{{
" https://github.com/itspriddle/vim-shellcheck