You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After opening neovim, I immediately open the fuzzy finder for telescope and select a file (I've tried *.ts and *.tsx and both are affected) - the biscuits are not displayed.
If I open another file using telescope then the biscuits show as expected.
I did some debugging and found that the lang was being determined to be "" when retrieve from ts_parsers.
Happy to provide more info or a video if needed.
The text was updated successfully, but these errors were encountered:
I use https://github.com/nvim-telescope/telescope.nvim for fuzzy file finding.
My nvim-biscuits config is:
After opening neovim, I immediately open the fuzzy finder for telescope and select a file (I've tried *.ts and *.tsx and both are affected) - the biscuits are not displayed.
If I open another file using telescope then the biscuits show as expected.
I did some debugging and found that the
lang
was being determined to be""
when retrieve fromts_parsers
.Happy to provide more info or a video if needed.
The text was updated successfully, but these errors were encountered: