diff options
| author | jdhao <jdhao@hotmail.com> | 2020-08-19 17:10:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-19 17:10:26 +0800 |
| commit | 429f6f5a2943fc3141a3f4f968df3a13be437d86 (patch) | |
| tree | cc926a08a92cd56cb678ebd764a4a35a82f00b69 | |
| parent | ab776cfe6ff7e77be18bf9589ad63a5fe272f181 (diff) | |
update leaderf settings
| -rw-r--r-- | plugins.vim | 4 |
1 files changed, 4 insertions, 0 deletions
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 <silent> <leader>f :Leaderf file --popup<CR> "}} |
