AstroNvim / astroui

UI Configuration Engine built for AstroNvim
https://AstroNvim.com
GNU General Public License v3.0
19 stars 9 forks source link

fix(status): use buffer git root with Telescope #5

Closed wroyca closed 9 months ago

wroyca commented 10 months ago

📑 Description

Git on_click event(s) will return an error if Telescope is unable to ascertain git root directory (e.g., if buffer was opened through jump list). Telescope's git picker can use 'use_file_path' to prevent that.

Before: image

After: Screenshot from 2023-10-28 17-13-37