git-worktree.nvim icon indicating copy to clipboard operation
git-worktree.nvim copied to clipboard

Fix for issue 122: doesn't show worktrees with telescope 0.1.6

Open cesarFuhr opened this issue 1 year ago • 1 comments

This PR fixes the "worktrees not showing" issue described in the issue 122 by setting the hl_group for all the display_highlights returned by the make_display function.

I am not a Telescope, neovim nor lua expert so please feel free to give feedback/better implementation for the fix.

The linting changes were made by lua_ls I can revert those if the changes are not welcome.

cesarFuhr avatar Apr 27 '24 21:04 cesarFuhr

I would favor @awerebea fix https://github.com/ThePrimeagen/git-worktree.nvim/pull/124, it is more accurate than mine.

cesarFuhr avatar Apr 30 '24 13:04 cesarFuhr