From d04fce7bbc6c8a6978b6fa3694d30750ec5b5736 Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 2 Dec 2021 22:57:41 +0800 Subject: [PATCH] update Leaderf rg conf Suppress permission denied error messages when grepping using ripgrep. --- core/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plugins.vim b/core/plugins.vim index 43b3c20..12edb71 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -101,7 +101,7 @@ let g:Lf_WorkingDirectoryMode = 'a' nnoremap ff :Leaderf file --popup " Grep project files in popup window -nnoremap fg :Leaderf rg --popup +nnoremap fg :Leaderf rg --no-messages --popup " Search vim help files nnoremap fh :Leaderf help --popup