Zane- / cder.nvim

A telescope.nvim extension to quickly change Neovim's working directory.
56 stars 3 forks source link

Allow custom entry_value transform function #5

Closed Gazareth closed 1 year ago

Gazareth commented 1 year ago

I use exa through WSL, but fd in Windows, which means I have to transform the Windows file path into a Unix-style path before it gets to exa.

This PR provides a way for me to do this without affecting default functionality, also increasing general extensibility.

Cheers