kiyoon / telescope-insert-path.nvim

Insert file path on the current buffer using Telescope.nvim
MIT License
31 stars 4 forks source link

Standalone picker? #5

Closed hinell closed 3 months ago

hinell commented 11 months ago

Why not to create standalone pickers with different commands?:

:Telescope insert-path-rel <arg>
:Telescope insert-path-abs <arg> 
:Telescope insert-path-rel-buf <arg>
...
kiyoon commented 9 months ago

Hi, I guess that Telescope supports already many ways to pick files - by live grep, git files, normal files etc. So it makes more sense to keep the functionality and just create a way to put the file path in the buffer.