fdschmidt93 / telescope-egrepify.nvim

Variable user customization for telescope.live_grep to set rg flags on-the-fly
MIT License
122 stars 13 forks source link

fix(entry_maker): handle absolute paths #29

Closed fdschmidt93 closed 10 months ago

fdschmidt93 commented 10 months ago

When a directory is passed in opts.search_dirs rg --json returns absolute file paths. These are now handled correctly in the entry maker.

Closes #27