vimrc: do not complete on some binary extension

This commit is contained in:
Mathieu Maret 2018-01-04 11:05:47 +01:00
parent 09e7972e02
commit 5bb7d2042a
1 changed files with 2 additions and 0 deletions

2
.vimrc
View File

@ -219,6 +219,8 @@ imap <C-K> <ESC>:pyf ~/.vim/syntax/clang-format.py<CR>i
let g:clang_rename_path="clang-rename-4.0"
noremap <leader>cr :pyf ~/.vim/syntax/clang-rename.py<cr>
set wildignore+=*.o,*.d,*.dex,*.class,*.png,*.jpeg,*.jpg,*.pdf
""""""""""
" SEARCH "
""""""""""