-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Telescope git_worktrees error (Expected lua number parse_line) #97
Comments
I am also getting same exact error. I use |
A hotfix I use at the moment: -> Comment out the following lines
-- if key == 'path' then
-- local new_path = utils.transform_path(opts, entry[key])
-- local path_len = strings.strdisplaywidth(new_path or "")
-- widths[key] = math.max(val, path_len)
-- else
widths[key] = math.max(val, strings.strdisplaywidth(entry[key] or ""))
-- end |
Thank you @aaronhallaert, this temp fix is now working! |
@ThePrimeagen would appreciate you taking a look at this! |
@ThePrimeagen Here's a second reminder to take a look at this 🙂 |
I put up a fix PR #106 |
Hi Prime, love your work!
Huge fan from Spain :3
I'm trying to use the Telescope git_worktrees functionality but I'm getting this error:

FYI git-worktree-nvim.log is empty.
I'm trying to figure out if is something wrong with my telescope config but the create_git_worktree extension works perfectly.
Any tip?
Thanks in advance.
Pd. Im using NvChad so pasting my config could be confusing. Just want to know if this error is known by you or if not, will talk with NvChad community.
The text was updated successfully, but these errors were encountered: