danielfalk / smart-open.nvim

Neovim plugin for fast file-finding
MIT License
498 stars 25 forks source link

Allow locations_input on the picker #73

Open dmtrKovalenko opened 3 months ago

dmtrKovalenko commented 3 months ago

I'd like to have access to the feature of automatic locations input https://github.com/nvim-telescope/telescope.nvim/pull/2791#issuecomment-1881880118 from the comment but it doesn't work for some with smart open picker.

Providing __location_input=true on the picker should make picker accept input like file:12 and by selecting opening the line number 12 (this functionality builtin to telescope)