nvim-treesitter-context icon indicating copy to clipboard operation
nvim-treesitter-context copied to clipboard

fix: selected minus row, early return

Open yanskun opened this issue 1 month ago • 4 comments

It's a bit rough, but I tried to resolve #442.

Apparently, there are cases where line -1 is specified. So, in that case, I tried not to process it.

yanskun avatar May 23 '24 03:05 yanskun