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 1 year ago • 1 comments

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.

amarakon avatar Mar 20 '23 03:03 amarakon