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

nvim-cmp completion source for buffer lines

Results 5 nvim-cmp-buffer-lines issues
Sort by recently updated
recently updated
newest added

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

For example, if I want to search for line 115 in the document, I should use very nomagic `\V[system="Linux" class="Alacritty" modifier="(AltLeft ShiftLeft)"]` or `\[system="Linux" class="Alacritty" modifier="(AltLeft ShiftLeft)"]` Instead of `[system="Linux"...

Hello! This is a great plugin for C programming. But it does not support lines with Cyrillic, only if I press `--o` manually.

I tried this and it's great but the size of the lines makes the popup too big and the doc popup is squashed on the left. Is there a way...

I am facing this issue currently with neovim 0.10.1 and with latest commits of nvim-cmp and this plugin- https://github.com/user-attachments/assets/97cd00f1-8d8b-4e66-b531-0c7ccff9c3a5 As can be seen in the video, I first type `cmp`,...