Open dakyskye opened 4 years ago
Can we have just name of the folder in which we are working instead of whole path shown as workspace ? Are you interested in this change? If you are I can work on that with your permission
You must be using Windows. I did not think about Windows using \
as the directory separator, instead of /
. So, fixing that would be easy. workspace.root.split("/").pop()
.
@ashwinkhode I opened #8 issue for it.
Let a user define in their nvim config whether
coc-cord
should display what workspace they are in, or what line of the file they are editing they are.