cmp-buffer
cmp-buffer copied to clipboard
nvim-cmp source for buffer words
Resolves #55 An excess of indexed buffers can cause performance issues with buffer completion. If the user tries to limit the number of indexed buffers using `get_bufnrs()`, the old buffers...
`source._get_buffers` calls `opts.get_bufnrs()` to get the buffers for indexing. It checks if each buffer is in `buffers` and adds it if it's not there. It fails to remove buffers that...
From experimentation, keyword_length seems to be the min number of characters that a word must have to appear in the auto-completion list, not the number of characters that need to...
With the defaults and typing `Oth` I dont get a completion to the word `Other` in the other open bufffer.
Thank you for the plugin, it's awesome! I've configured it to autocomplete from all the buffers as described in the readme but I've noticed that after having Neovim opened for...
What do you think about showing in suggestions list the words in another layout? * pass on setup() a dictionary of letters to transform input; * autocompletion text would be...
Prior to updating to nvim 0.7.0, I was able to cycle through entries in the list with `` - has this changed? I'm still able to do this with `nvim-cmp`....
I randomly see the same error as described in the closed issue #33 ``` Error executing vim.schedule lua callback: .../share/nvim/plugged/cmp-buffer/lua/cmp_buffer/buffer.lua:356: bad argument #1 to 'ipairs' (table expecte d, got userdata)...