diff options
| -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 = { |
