From d533859af94ffa790ef9a1bb5f8edef71f09f629 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 2 Feb 2022 17:08:45 +0800 Subject: [PATCH] update LeaderF conf --- core/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plugins.vim b/core/plugins.vim index 08a8d76..ffb6c5b 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -52,7 +52,7 @@ if g:is_linux endif " Only fuzzy-search files names -let g:Lf_DefaultMode = 'NameOnly' +let g:Lf_DefaultMode = 'FullPath' " Popup window settings let w = float2nr(&columns * 0.8)