weirongxu / coc-explorer

📁 Explorer for coc.nvim
MIT License
1.14k stars 45 forks source link

Option to hide buffers #502

Closed Rizhiy closed 2 years ago

Rizhiy commented 2 years ago

Is your feature request related to a problem? Please describe. I have a separate plugin for managing buffers, so would like to hide them completely.

Describe the solution you'd like Config option to change which roots are available. Currently, I just want to hide buffers, but having other folders (such as python packages) would be useful as well.

Describe alternatives you've considered I checked if such option exists already, but looks like it is missing. Docs are quite difficult to search.

Additional context N/A

weirongxu commented 2 years ago

Try "explorer.sources" option in coc-settings.json, or command options https://github.com/weirongxu/coc-explorer#--sources-sources

Rizhiy commented 2 years ago

That works, thank you.