diff --git a/.vimrc b/.vimrc index 8aa1667..5e27a7b 100644 --- a/.vimrc +++ b/.vimrc @@ -286,7 +286,7 @@ let g:NERDTreeIndicatorMapCustom = { " LeaderF nnoremap f :LeaderfFile ~ 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