hrsh7th / cmp-path

nvim-cmp source for path
MIT License
627 stars 60 forks source link

Remove the leading slash from the directory label #53

Closed amarakon closed 2 years ago

amarakon commented 2 years ago

See #52.

hrsh7th commented 2 years ago

I prefer the slashes, what should I do?

amarakon commented 2 years ago

I prefer the slashes, what should I do?

Maybe it should be enabled by default but add an option to disable it.

Edit: Check the latest commit.

hrsh7th commented 2 years ago

LGTM. Thank you.