ctrlp.vim
ctrlp.vim copied to clipboard
Cannot find .md files
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
Can you reproduce this issue if you don't use the above settings?