diff options
| author | jdhao <jdhao@hotmail.com> | 2019-12-24 22:06:33 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-24 22:06:33 +0800 |
| commit | ceef8894483200e5b94eb271f47f3755b329439f (patch) | |
| tree | fe2bda4633ec4004305122c732fc80dc63937c37 | |
| parent | c5d6ab8f9317253c4f23666ebab5d8b43a49533b (diff) | |
Update leaderf setting
| -rw-r--r-- | plugins.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins.vim b/plugins.vim index 15217a8..fe76f48 100644 --- a/plugins.vim +++ b/plugins.vim @@ -459,6 +459,8 @@ nmap g* <Plug>(asterisk-gz*)<Plug>(is-nohl-1) nmap g# <Plug>(asterisk-gz#)<Plug>(is-nohl-1) """""""""""""""""""""""""""""LeaderF settings""""""""""""""""""""" +" Do not use cache file +let g:Lf_UseCache = 0 " Search files in popup window nnoremap <silent> <leader>f :Leaderf file --popup<CR> |
