nvim-cmp icon indicating copy to clipboard operation
nvim-cmp copied to clipboard

fixup! fix: remove deprecated use of vim.tbl_add_reverse_lookup (#1931)

Open AThePeanut4 opened this issue 7 months ago • 0 comments

Fixup for #1931 to use vim.tbl_keys, to avoid iterating while adding keys.

Fixes https://github.com/hrsh7th/nvim-cmp/pull/1931#issuecomment-2213094466 Fixes #1939

AThePeanut4 avatar Jul 15 '24 20:07 AThePeanut4