update vimrc

This commit is contained in:
chengxuan 2018-05-25 14:29:08 +08:00
parent aff6ef26b0
commit 0270fa5904

2
.vimrc
View File

@ -286,7 +286,7 @@ let g:NERDTreeIndicatorMapCustom = {
" LeaderF
nnoremap <leader>f :LeaderfFile ~<cr>
let g:Lf_WildIgnore = {
\ 'dir': ['.svn','.git','.hg','.vscode','.deepinwine','.oh-my-zsh'],
\ 'dir': ['.svn','.git','.hg','.vscode','.wine','.deepinwine','.oh-my-zsh'],
\ 'file': ['*.sw?','~$*','*.bak','*.exe','*.o','*.so','*.py[co]']
\}
let g:Lf_UseCache = 0