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

How to get results from all opened bufers and not from current one

Open zoomlin opened this issue 2 years ago • 1 comments
trafficstars

My settings is { name = "buffer-lines", option = { get_bufnrs = function() return vim.api.nvim_list_bufs() end, },

        }

zoomlin avatar Mar 12 '23 19:03 zoomlin

This is in my TODO. I plan to add an option for this in the future.

amarz45 avatar Mar 20 '23 03:03 amarz45