## versions
vim version: VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Mar 1 2020 11:19:59)
node version: v13.8.0
coc.nvim version: 0.0.75-db09d34c86
term: dumb
platform: linux
## Messages
Messages maintainer: Bram Moolenaar <[email protected]>
## Output channel: snippets
when I write a file path, it can't auto complete for hide file(dir).
but when I type hide dir's full name , it can complete the files in the hide dir.
vim a.sh
~/.ssh # after type `.`, I can't see any complete
We will close your issue when you don't provide minimal vimrc and we can't
reproduce it
Create file mini.vim with:
set nocompatible
set runtimepath^=/path/to/coc.nvim
filetype plugin indent on
syntax on
set hidden
ok

hide file, dir can't complete

files in hide dir.

If applicable, add screenshots to help explain your problem.
Add "coc.source.file.ignoreHidden": false in coc-settings.json.
add this options, after I type ~/, it can saw dotfile or dotdir.
but after I type ~/.s, it can't autocomplete.
@fcying fixed.
It works right now! Thanks!
Most helpful comment
@fcying fixed.