Shougo / defx.nvim

:file_folder: The dark powered file explorer implementation for neovim/Vim8
MIT License
1.17k stars 86 forks source link

[feature] support 'wildignorecase' #264

Closed Freed-Wu closed 4 years ago

Freed-Wu commented 4 years ago

after set wildignorecase, all vim command will ignore case of file when complete. such as edit DO<Tab> will complete Document. however. Defx DO<Tab> cannot work. user must Defx Do<Tab> to complete Document.

Thank you!