diff options
| author | jdhao <jdhao@hotmail.com> | 2021-01-29 00:20:18 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-01-29 00:20:18 +0800 |
| commit | 9895a5dabb8aa46cb56006b5e7987c071457b452 (patch) | |
| tree | 9300cb712d020eae50de641fc079e0f9ebde4aa3 /core/plugins.vim | |
| parent | 576b4397b012cbd7ceb741a19996f4727648ccaa (diff) | |
Update LeaderF settings
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index fd96ae6..23a3dfa 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -514,6 +514,8 @@ xmap # <Plug>(asterisk-z#) """""""""""""""""""""""""""""LeaderF settings""""""""""""""""""""" " Do not use cache file let g:Lf_UseCache = 0 +" Refresh each time we call leaderf +let g:Lf_UseMemoryCache = 0 " Ignore certain files and directories when searching files let g:Lf_WildIgnore = { |
