From 0270fa590400f6ffe7aa691563050a44b6f10c12 Mon Sep 17 00:00:00 2001 From: chengxuan Date: Fri, 25 May 2018 14:29:08 +0800 Subject: [PATCH] update vimrc --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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