kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 676 forks source link

Cannot find .md files #742

Open ericat opened 6 years ago

ericat commented 6 years ago

Hi there,

ctrlp cannot find .md (markdown files) somehow.

It's completely ignoring the files.

I have tried adding the below configuration and also pressing F5 in Ctrl p mode, nothing works. Any help appreciated!

My settings in .vimrc:

" ctrlp
let g:ctrlp_custom_ignore = {
    \ 'dir':  '\.git$\|public$|log\|tmp\|target$\|coverage\|node_modules$',
    \ 'file': '\.so$\|\.dat$|\.DS_Store$|\.log$|\.tar.gz$|.zip$|.swp$|\.lock$'
    \ }
let g:ctrlp_cache_dir = $HOME . '/.cache/ctrlp'
let g:ctrlp_max_files=0
let g:ctrlp_max_depth=40
let g:ctrlp_working_path_mode = 0
alphaCTzo7G commented 6 years ago

Can you reproduce this issue if you don't use the above settings?