nvim: display more files in ctrlp
This commit is contained in:
parent
f190cc6045
commit
b966c3464a
1 changed files with 3 additions and 1 deletions
|
@ -46,9 +46,11 @@ noremap <C-p> :tabp<CR>
|
|||
let g:ctrlp_map = '<tab>'
|
||||
set wildignore+=*/site/*,*.so,*.swp,*.zip
|
||||
let g:ctrlp_custom_ignore = {
|
||||
\ 'dir': '\v[\/]\.(git|hg|svn|)$$',
|
||||
\ 'dir': '\v[\/]\.(git|hg|svn)$$',
|
||||
\ 'file': '\v\.(exe|so|dll)$$',
|
||||
\ }
|
||||
let g:ctrlp_max_files=0
|
||||
let g:ctrlp_max_depth=1000
|
||||
|
||||
"let g:ctrlp_match_func = { 'match': 'pymatcher#PyMatch' }
|
||||
"let g:pydiction_location = '~/.vim/bundle/pydiction/complete-dict'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue