diff options
| author | jdhao <jdhao@hotmail.com> | 2022-02-02 17:08:45 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-02-02 17:08:45 +0800 |
| commit | d533859af94ffa790ef9a1bb5f8edef71f09f629 (patch) | |
| tree | 70a21143c812eb712584b7a2f5e0e3d5a2c2228c /core | |
| parent | 74e8aed170923feaf73ed9f00f0095cf65384c45 (diff) | |
update LeaderF conf
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
