dakyskye / coc-cord

An extension of coc to get Discord Rich Presence integration with NeoVim
MIT License
26 stars 5 forks source link

Make it possible to display "line of totallines" instead of workspace #2

Open dakyskye opened 4 years ago

dakyskye commented 4 years ago

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.

ashwinkhode commented 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

dakyskye commented 4 years ago

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().

dakyskye commented 4 years ago

@ashwinkhode I opened #8 issue for it.