diff options
| author | jdhao <jdhao@hotmail.com> | 2021-11-23 22:36:36 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-11-23 22:43:12 +0800 |
| commit | f996edf016e289051a518e5c8b106a8aebd77400 (patch) | |
| tree | fbe64dc64ec5c84d502b8f2fcd6530bdafe5eec0 /core | |
| parent | 72d8cd07bcec9903a6bdea763e5400b146886a35 (diff) | |
update LeaderF conf
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 9ea29fc..43b3c20 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -84,6 +84,12 @@ let g:Lf_PopupPosition = [0, float2nr((&columns - g:Lf_PopupWidth)/2)] " submodules are not searched by default. let g:Lf_UseVersionControlTool = 0 +" Use rg as the default search tool +let g:Lf_DefaultExternalTool = "rg" + +" show dot files +let g:Lf_ShowHidden = 1 + " Disable default mapping let g:Lf_ShortcutF = '' let g:Lf_ShortcutB = '' |
