fix incomplete file searching issue

This commit is contained in:
hophacker 2020-03-02 13:28:52 +08:00
parent 042855cd52
commit c461c1dea8

View File

@ -4,6 +4,7 @@ function! paiyou#after() abort
\ 'ruby': ['rubocop'],
\}
let g:ale_fix_on_save = 1
let g:ctrlp_max_files=0
endfunction
" ========================================