We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thanks for this great plugin!
I wonder if there is currently a way to wrap the file names appropriately when their length exceeds the width.
I have tried setting word wrapping in vim (i.e., set wrap), but it looks a little weird as follows.
set wrap
The better thing is that I can better view the mapping help.
The text was updated successfully, but these errors were encountered:
You should modify the explorer.file.child.template configuration. remove the modifier like growRight.
explorer.file.child.template
growRight
https://github.com/weirongxu/coc-explorer#template-grammar
Sorry, something went wrong.
You should modify the explorer.file.child.template configuration. remove the modifier like growRight. https://github.com/weirongxu/coc-explorer#template-grammar
Thanks for your reply. It works well, though I have a few follow-up questions.
omitCenter
The existing features don‘t support line wrap very well, you can consider using the alternative features.
adjustSize
No branches or pull requests
Hi, thanks for this great plugin!
I wonder if there is currently a way to wrap the file names appropriately when their length exceeds the width.
I have tried setting word wrapping in vim (i.e.,
set wrap
), but it looks a little weird as follows.The better thing is that I can better view the mapping help.
The text was updated successfully, but these errors were encountered: