gbprod / yanky.nvim

Improved Yank and Put functionalities for Neovim
Do What The F*ck You Want To Public License
849 stars 21 forks source link

Conflict with 'nvim-treesitter/nvim-treesitter-context' and 'p00f/nvim-ts-rainbow' #190

Open Kaiser-Yang opened 1 month ago

Kaiser-Yang commented 1 month ago

When telescope with these two plugins, paste through Telescope yank_history will cause errors: image

The minimal to reproduce this: yanky-reproduce

Step to reproduce:

  1. Copy the directory: image
  2. Yank something with some brackets
  3. Open a file with some brackets and use Telescope yank_history to chose (<c-j> and <c-k> can navigate) the yanked one then press <cr>
gbprod commented 1 month ago

Strange, I have to look at this