From 429f6f5a2943fc3141a3f4f968df3a13be437d86 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 19 Aug 2020 17:10:26 +0800 Subject: [PATCH] update leaderf settings --- plugins.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins.vim b/plugins.vim index 6938e6b..1d1a45d 100644 --- a/plugins.vim +++ b/plugins.vim @@ -470,6 +470,10 @@ if g:is_linux let g:Lf_ShowDevIcons = 0 endif +" Do not use version control tool to list files under a directory since +" submodules are not searched by default. +let g:Lf_UseVersionControlTool = 0 + " Search files in popup window nnoremap f :Leaderf file --popup "}}