git-worktree.nvim
git-worktree.nvim copied to clipboard
Fix for issue 122: doesn't show worktrees with telescope 0.1.6
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.
I would favor @awerebea fix https://github.com/ThePrimeagen/git-worktree.nvim/pull/124, it is more accurate than mine.