nvim-cmp-buffer-lines
nvim-cmp-buffer-lines copied to clipboard
How to get results from all opened bufers and not from current one
My settings is { name = "buffer-lines", option = { get_bufnrs = function() return vim.api.nvim_list_bufs() end, },
}
This is in my TODO. I plan to add an option for this in the future.